From: David D. Zuhn Date: Thu, 5 Aug 1993 23:15:04 +0000 (+0000) Subject: use mh-hp300 X-Git-Tag: gdb-4_18-branchpoint~17911 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dd8d83fdf4ad59feca1cad9c8c5371b012757d7;p=thirdparty%2Fbinutils-gdb.git use mh-hp300 --- diff --git a/configure.in b/configure.in index 63a2befa0bc..e34512b8b6e 100644 --- a/configure.in +++ b/configure.in @@ -84,6 +84,7 @@ srcname="gnu development package" case "${host}" in 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-bsd*) host_makefile_frag=config/mh-a68bsd ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;;