diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-21 18:17:28 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-21 18:17:28 +0000 |
commit | 9596feeafe1f8d192ca4b99c6c491630eaa855e0 (patch) | |
tree | 48bde3874515985194e4daf8c62df3634522b65b /gas/configure.in | |
parent | 966fbf700aebef28157e7d482c7503374a4a36ac (diff) | |
download | gdb-9596feeafe1f8d192ca4b99c6c491630eaa855e0.zip gdb-9596feeafe1f8d192ca4b99c6c491630eaa855e0.tar.gz gdb-9596feeafe1f8d192ca4b99c6c491630eaa855e0.tar.bz2 |
bfd:
* config.bfd (ia64*-*-netbsd*): New target.
gas:
* configure.in (ia64-*-netbsd*): New target.
* configure: Regenerate.
ld:
* configure.tgt (ia64-*-netbsd*): New target.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 02fee41..0be9d21 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -315,6 +315,7 @@ changequote([,])dnl ia64-*-aix*) fmt=elf em=ia64aix ;; ia64-*-linux-gnu*) fmt=elf em=linux ;; ia64-*-hpux*) fmt=elf em=hpux ;; + ia64-*-netbsd*) fmt=elf em=nbsd ;; m32r-*-*) fmt=elf bfd_gas=yes ;; |