From 06009df24450555131ea8c194b8498e371db1216 Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 14 Jul 2001 14:44:39 +0000 Subject: [PATCH] * configure.in (i386-*-netbsdelf*): New target. configure: Regenerate. --- gas/ChangeLog | 5 +++++ gas/configure | 1 + gas/configure.in | 1 + 3 files changed, 7 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index c9e6bd4444..e7a0f12c20 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-07-14 matthew green + + * configure.in (i386-*-netbsdelf*): New target. + configure: Regenerate. + 2001-07-11 Jakub Jelinek * testsuite/gas/sparc/unalign.s: Remove .uaxword test. diff --git a/gas/configure b/gas/configure index f610ddb0db..d0ab38efb8 100755 --- a/gas/configure +++ b/gas/configure @@ -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;; diff --git a/gas/configure.in b/gas/configure.in index a41f3588a0..f298858b80 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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 ;; -- 2.11.0