* config.bfd: Recognize i[34]86-*-solaris2* specifically rather
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 12 Sep 1993 01:16:45 +0000 (01:16 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 12 Sep 1993 01:16:45 +0000 (01:16 +0000)
than using *-*-solaris2* (i486-unknown-solaris2 is i386-elf, not
i486-elf which doesn't exist).

bfd/ChangeLog
bfd/config.bfd

index 3111050bade2336ba6f6c540eb3f2173f51f9ba6..16956d0a41f5821769bbc990319fa9fb599122ea 100644 (file)
@@ -1,3 +1,9 @@
+Sat Sep 11 18:13:42 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
+
+       * config.bfd: Recognize i[34]86-*-solaris2* specifically rather
+       than using *-*-solaris2* (i486-unknown-solaris2 is i386-elf, not
+       i486-elf which doesn't exist).
+
 Fri Sep 10 12:56:36 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * coffswap.h (coff_swap_aouthdr_out): For ALPHAECOFF, force
index 9a9fa371bb8f2b9cb4e078f2e6771fd0fb411944..47e9f6e699de6da46a08c8684e576fd88b84e901 100755 (executable)
@@ -27,6 +27,7 @@ case "${canon}" in
   hppa*-*-hpux*)       bfd_name=hppahpux ;;
   hppa*-*-osf)         bfd_name=hppa-elf ;;
   i[34]86-*-sysv4*)    bfd_name=i386-elf ;;
+  i[34]86-*-solaris2*) bfd_name=i386-elf ;;
   i[34]86-*-sysv*)     bfd_name=i386-coff ;;
   i[34]86-*-isc*)      bfd_name=i386-sco ;; # gets core dump reading right
   i[34]86-*-sco*)      bfd_name=i386-sco ;;