use mh-hp300

This commit is contained in:
David D. Zuhn
1993-08-05 23:15:04 +00:00
parent b39a398da5
commit 5dd8d83fdf

View File

@ -84,6 +84,7 @@ srcname="gnu development package"
case "${host}" in case "${host}" in
alpha-dec-osf*) host_makefile_frag=config/mh-alphaosf ;; alpha-dec-osf*) host_makefile_frag=config/mh-alphaosf ;;
m68k-hp-hpux) host_makefile_frag=config/mh-hp300 ;;
m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;; m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;;
m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;;
m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;;