* Makefile.in, archures.c, configure.in, cpu-hppa.c, hppa.c, libhppa.h,

targets.c:  HPPA merge.
This commit is contained in:
Stu Grossman
1992-06-19 22:24:13 +00:00
parent 7d87ec828f
commit e3c01e92af
7 changed files with 699 additions and 6 deletions

View File

@ -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 ;;