aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-06-19 22:24:13 +0000
committerStu Grossman <grossman@cygnus>1992-06-19 22:24:13 +0000
commite3c01e92af3e19579138413fa011b96e467ee62f (patch)
tree69a60049144f2c423740201ee2e8958e855d132d /bfd/configure.in
parent7d87ec828f19234a8b06a8f5ac38c542a5022b10 (diff)
downloadfsf-binutils-gdb-e3c01e92af3e19579138413fa011b96e467ee62f.zip
fsf-binutils-gdb-e3c01e92af3e19579138413fa011b96e467ee62f.tar.gz
fsf-binutils-gdb-e3c01e92af3e19579138413fa011b96e467ee62f.tar.bz2
* Makefile.in, archures.c, configure.in, cpu-hppa.c, hppa.c, libhppa.h,
targets.c: HPPA merge.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 179d216..3bfc081 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -114,6 +114,16 @@ vax)
*) my_host=vaxbsd ;;
esac
;;
+hppa)
+ case "${host_vendor}" in
+ hp)
+ case "${host_os}" in
+ hpux) my_host=hppahpux ;;
+ bsd) my_host=hppabsd ;;
+ esac
+ ;;
+ esac
+ ;;
esac
# Set up to make a link between the host's include file and "sysdep.h".
@@ -183,6 +193,9 @@ m88k-motorola-* ) bfd_target=m88k-coff ;;
vax-*-* ) bfd_target=vax ;;
tahoe-*-* ) bfd_target=tahoe ;;
+hppa-hp-hpux ) bfd_target=hppahpux ;;
+hppa-hp-bsd ) bfd_target=hppabsd ;;
+
*-*-aout ) bfd_target=${target_cpu}-aout ;;
*-*-bsd ) bfd_target=${target_cpu}-aout ;;
*-*-sysv4* ) bfd_target=${target_cpu}-elf ;;