diff options
author | Per Bothner <per@bothner.com> | 1994-06-05 00:25:32 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-06-05 00:25:32 +0000 |
commit | c4d7d826d72aeabda9a30bf836a2734033c476e3 (patch) | |
tree | 62a8d8778f58e1ec28742fb0eddc9cbc72ef1a54 | |
parent | d376e43bacdf76d5f2eab6d876472af286a818fe (diff) | |
download | ppe42-binutils-c4d7d826d72aeabda9a30bf836a2734033c476e3.tar.gz ppe42-binutils-c4d7d826d72aeabda9a30bf836a2734033c476e3.zip |
* configure.in: Use mh-ncrsvr43. Patch from
Tom McConnell <tmcconne@sedona.intel.com>.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com) + + * configure.in: Use mh-ncrsvr43. Patch from + Tom McConnell <tmcconne@sedona.intel.com>. + Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com) * config.guess (i386-unknown-bsdi): No longer need to diff --git a/configure.in b/configure.in index 1ed4555fa0..76b8944b1c 100644 --- a/configure.in +++ b/configure.in @@ -98,6 +98,7 @@ case "${host}" in mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;; + i[34]86-ncr-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;; i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;; |