From f7ce03e55248931958bdc2559e430daaae906adb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 28 Feb 1995 22:34:21 +0000 Subject: fix configury --- sim/h8300/configure.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sim/h8300') diff --git a/sim/h8300/configure.in b/sim/h8300/configure.in index bd30158..964cd9f 100644 --- a/sim/h8300/configure.in +++ b/sim/h8300/configure.in @@ -16,11 +16,8 @@ files="../../bfd/hosts/${my_host}.h" links="sysdep.h" if [ ! -f ${srcdir}/${files} ] ; then - if [ -n "${my_host}" ] ; then - echo '***' No file ${srcdir}/${files} 1>&2 - fi - echo '***' ${srcname} does not support host ${host} 1>&2 - exit 1 + files=../bfd/hosts/std-host.h + echo "[${srcname} has no specific support for host ${host} -- using std-host]" fi host_makefile_frag= -- cgit v1.1