* configure.in (i386-*-netbsdelf*): New target.
authorMatthew Green <mrg@redhat.com>
Sat, 14 Jul 2001 14:44:39 +0000 (14:44 +0000)
committerMatthew Green <mrg@redhat.com>
Sat, 14 Jul 2001 14:44:39 +0000 (14:44 +0000)
configure: Regenerate.

gas/ChangeLog
gas/configure
gas/configure.in

index c9e6bd444425320e96ac0af70ae67c8b3f1fd9a8..e7a0f12c207bb729ab3031f77ee33cdd06e56bb5 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-14  matthew green  <mrg@eterna.com.au>
+
+       * configure.in (i386-*-netbsdelf*): New target.
+       configure: Regenerate.
+
 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
 
        * testsuite/gas/sparc/unalign.s: Remove .uaxword test.
index f610ddb0db80ea864d50c3731e0dfed9909bd284..d0ab38efb8bed96b44d777d23c8ad6f8d9b40c3b 100755 (executable)
@@ -2366,6 +2366,7 @@ for this_target in $target $canon_targets ; do
       i386-*-beospe*)       fmt=coff em=pe bfd_gas=yes ;;
       i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
       i386-*-bsd*)          fmt=aout em=386bsd ;;
+      i386-*-netbsdelf*)    fmt=elf em=nbsd bfd_gas=yes ;;
       i386-*-netbsd0.8)     fmt=aout em=386bsd ;;
       i386-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-openbsd*)      fmt=aout em=nbsd bfd_gas=yes;;
index a41f3588a097d3d53a7330561330dc3e5a16f14b..f298858b80ceba0d376ae84246afcdc50b61e3df 100644 (file)
@@ -242,6 +242,7 @@ changequote([,])dnl
       i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
       i386-*-bsd*)          fmt=aout em=386bsd ;;
       i386-*-netbsd0.8)     fmt=aout em=386bsd ;;
+      i386-*-netbsdelf*)    fmt=elf em=nbsd bfd_gas=yes ;;
       i386-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-openbsd*)      fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-linux*aout* | i386-*-linux*oldld)   fmt=aout em=linux ;;
This page took 0.035593 seconds and 4 git commands to generate.