diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-04-29 15:59:58 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-04-29 15:59:58 +0000 |
commit | 18f81c053a91a256375ee1f0497c07a37a052e0b (patch) | |
tree | 3025e17aaeafcbbeccb248f5038fc346882045fa /bfd/configure.in | |
parent | 8ddd7ab3a9b3eb01dea16ad0337879cbc27da20e (diff) | |
download | gdb-18f81c053a91a256375ee1f0497c07a37a052e0b.zip gdb-18f81c053a91a256375ee1f0497c07a37a052e0b.tar.gz gdb-18f81c053a91a256375ee1f0497c07a37a052e0b.tar.bz2 |
hppaosf target support
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 3270999..1178c0e 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -45,6 +45,7 @@ case "${target}" in sh-*-*) bfd_target=sh-coff ;; hppa*-*-bsd) bfd_target=hppabsd ;; hppa*-*-hpux) bfd_target=hppahpux ;; + hppa*-*-osf) bfd_target=hppa-elf ;; i[34]86-*-sysv4*) bfd_target=i386-elf ;; i[34]86-*-sysv*) bfd_target=i386-coff ;; i[34]86-*-isc*) bfd_target=i386-coff ;; |