diff options
author | Nick Clifton <nickc@redhat.com> | 2003-10-06 09:12:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-10-06 09:12:39 +0000 |
commit | 4615568e51fff7e37e4c6673c5606acb7b7554fc (patch) | |
tree | bc9a7e3af70ecb9079ab3d3340700bbfe33f43bf /gas | |
parent | a6ebc044d54195750df11cd44368d397f4d83d2f (diff) | |
download | ppe42-binutils-4615568e51fff7e37e4c6673c5606acb7b7554fc.tar.gz ppe42-binutils-4615568e51fff7e37e4c6673c5606acb7b7554fc.zip |
Add i386-knetbsd-gnu triplet.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/configure | 3 | ||||
-rw-r--r-- | gas/configure.in | 3 |
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 ;; |