aboutsummaryrefslogtreecommitdiff
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
commit4615568e51fff7e37e4c6673c5606acb7b7554fc (patch)
treebc9a7e3af70ecb9079ab3d3340700bbfe33f43bf /gas
parenta6ebc044d54195750df11cd44368d397f4d83d2f (diff)
downloadfsf-binutils-gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.zip
fsf-binutils-gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.tar.gz
fsf-binutils-gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.tar.bz2
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 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 ;;