aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure3
-rw-r--r--gas/configure.in3
3 files changed, 9 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a4e07d3..67bc647 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-06 Robert Millan <robertmh@gnu.org>
+
+ * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
+ * configure: Regenerate.
+
2003-10-05 Nick Clifton <nickc@redhat.com>
* as.c (parse_args): Revert patch to change handling of -f
diff --git a/gas/configure b/gas/configure
index 62e6c9b..39c926a 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4103,7 +4103,8 @@ for this_target in $target $canon_targets ; do
i386-*-bsd*) fmt=aout em=386bsd ;;
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
i386-*-netbsdpe*) fmt=coff em=pe ;;
- i386-*-netbsd*-gnu*) fmt=elf em=nbsd ;;
+ i386-*-netbsd*-gnu* | \
+ i386-*-knetbsd*-gnu | \
i386-*-netbsdelf*) fmt=elf em=nbsd ;;
i386-*-*n*bsd*) case ${cpu} in
x86_64) fmt=elf em=nbsd ;;
diff --git a/gas/configure.in b/gas/configure.in
index ec34939..3bc47e7 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -267,7 +267,8 @@ changequote([,])dnl
i386-*-bsd*) fmt=aout em=386bsd ;;
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
i386-*-netbsdpe*) fmt=coff em=pe ;;
- i386-*-netbsd*-gnu*) fmt=elf em=nbsd ;;
+ i386-*-netbsd*-gnu* | \
+ i386-*-knetbsd*-gnu | \
i386-*-netbsdelf*) fmt=elf em=nbsd ;;
i386-*-*n*bsd*) case ${cpu} in
x86_64) fmt=elf em=nbsd ;;