OSDN Git Service

Use elf on Unixware 7.
authoramodra <amodra>
Wed, 9 Aug 2000 14:40:52 +0000 (14:40 +0000)
committeramodra <amodra>
Wed, 9 Aug 2000 14:40:52 +0000 (14:40 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index b38aeff..f30e28d 100644 (file)
@@ -1,3 +1,9 @@
+2000-08-09  Alan Modra  <alan@linuxcare.com.au>
+
+       From  Rodney Brown  <RodneyBrown@mynd.com>
+       * configure.in: Use elf on Unixware 7 (i586-sco-sysv5uw7.1.0)
+       * configure: Regenerate.
+
 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
 
        * config/tc-i860.h: Rework completely for BFD_ASSEMBLER.
index 5ab6152..3a908f4 100755 (executable)
@@ -1765,7 +1765,7 @@ for this_target in $target $canon_targets ; do
       i386-*-linux*coff*)   fmt=coff em=linux ;;
       i386-*-linux-gnu*)    fmt=elf em=linux bfd_gas=yes ;;
       i386-*-lynxos*)       fmt=coff em=lynx ;;
-      i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
+      i386-*-sysv[45]* | i386-*-solaris* | i386-*-elf)
                            fmt=elf bfd_gas=yes ;;
       i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
                             fmt=aout em=386bsd ;;
index 284ebb1..dafdfd4 100644 (file)
@@ -233,9 +233,9 @@ changequote([,])dnl
       i386-*-linux*coff*)   fmt=coff em=linux ;;
       i386-*-linux-gnu*)    fmt=elf em=linux bfd_gas=yes ;;
       i386-*-lynxos*)       fmt=coff em=lynx ;;
-      i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
-                           fmt=elf bfd_gas=yes ;;
 changequote(,)dnl
+      i386-*-sysv[45]* | i386-*-solaris* | i386-*-elf)
+                           fmt=elf bfd_gas=yes ;;
       i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
                             fmt=aout em=386bsd ;;
 changequote([,])dnl