From aeedc30e259cf538ed162639a75060b9c343f6f9 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 3 Nov 1991 23:03:01 +0000 Subject: * configure.in: Fixed typo. Also, a fix for hp300bsd. * ldlang.c (init_os): Compensate for BFD change, where bfd_make_section now returns NULL for a duplicate section request, instead of the old section. --- ld/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/configure.in') diff --git a/ld/configure.in b/ld/configure.in index 15f3a6f..6891715 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -97,9 +97,8 @@ if [ ! -f ${files} ] ; then echo '***' ${srcname} does not support host ${host} exit 1 fi - host_makefile_frag= -if [ -f config/h-${my_host} ] ; then +if [ -f config/mh-${my_host} ] ; then host_makefile_frag=config/mh-${my_host} fi @@ -125,6 +124,7 @@ sun) m68k) case ${target_vendor} in sony) my_target=news;; + hp) my_target=hp300bsd;; *) echo "Unknown m68k target vendor:" ${target_vendor} exit 1 -- cgit v1.1