* configure.in: Add i386-*-freebsdelf* target; from John Polstra
authorIan Lance Taylor <ian@airs.com>
Fri, 5 Apr 1996 19:30:22 +0000 (19:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 5 Apr 1996 19:30:22 +0000 (19:30 +0000)
<jdp@polstra.com>.
* configure: Rebuild.

gas/ChangeLog
gas/configure
gas/configure.in

index cc00a66..1cb1484 100644 (file)
@@ -1,3 +1,9 @@
+Fri Apr  5 14:29:23 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Add i386-*-freebsdelf* target; from John Polstra
+       <jdp@polstra.com>.
+       * configure: Rebuild.
+
 Fri Apr  5 18:39:28 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
        * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
index 558e5dc..67b78fc 100755 (executable)
@@ -788,7 +788,7 @@ for this_target in $target $canon_targets ; do
       i386-*-linux*)        fmt=elf em=linux ;;
       i386-*-lynxos*)       fmt=coff targ=i386coff
                             em=lynx ;;
-      i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
+      i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
                            fmt=elf ;;
       i386-*-sco*elf*)      fmt=elf targ=sco5 ;;
       i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
index df20e74..3275b8e 100644 (file)
@@ -142,7 +142,7 @@ changequote([,])dnl
       i386-*-linux*)        fmt=elf em=linux ;;
       i386-*-lynxos*)       fmt=coff targ=i386coff
                             em=lynx ;;
-      i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
+      i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
                            fmt=elf ;;
       i386-*-sco*elf*)      fmt=elf targ=sco5 ;;
       i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)