summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-06 09:12:39 +0000
committerNick Clifton <nickc@redhat.com>2003-10-06 09:12:39 +0000
commit605624ac77899f1af0f071389d1dab3f9c0b546e (patch)
treedb1c34620660c4873100e21a3529de9aa7f9f0e2 /gas
parent1064926b4a480d9ce98eec7503fc88d6a9affcc7 (diff)
downloadbinutils-redhat-605624ac77899f1af0f071389d1dab3f9c0b546e.tar.gz
Add i386-knetbsd-gnu triplet.
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 a4e07d33a7..67bc647e0c 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 62e6c9b37d..39c926adb6 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 ec34939296..3bc47e78bc 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 ;;