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/configure.in | |
parent | a6ebc044d54195750df11cd44368d397f4d83d2f (diff) | |
download | gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.zip gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.tar.gz gdb-4615568e51fff7e37e4c6673c5606acb7b7554fc.tar.bz2 |
Add i386-knetbsd-gnu triplet.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 ;; |