From: Ian Lance Taylor Date: Tue, 28 Feb 1995 22:34:21 +0000 (+0000) Subject: fix configury X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7ce03e55248931958bdc2559e430daaae906adb;p=binutils-gdb.git fix configury --- diff --git a/sim/h8300/configure.in b/sim/h8300/configure.in index bd30158316f..964cd9f82c1 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= diff --git a/sim/w65/.Sanitize b/sim/w65/.Sanitize index 9c94f41bf22..2f76a57aae8 100755 --- a/sim/w65/.Sanitize +++ b/sim/w65/.Sanitize @@ -25,6 +25,7 @@ Do-first: Things-to-keep: +ChangeLog Makefile.in configure.in interp.c diff --git a/sim/w65/ChangeLog b/sim/w65/ChangeLog new file mode 100644 index 00000000000..d077254db6d --- /dev/null +++ b/sim/w65/ChangeLog @@ -0,0 +1,6 @@ +Tue Feb 28 17:31:36 1995 Ian Lance Taylor + + * configure.in: Use ../../bfd/hosts/std-host.h if specific + host unavailable. + + * Started ChangeLog. diff --git a/sim/w65/configure.in b/sim/w65/configure.in index 9ae02275c88..197a71824c0 100755 --- a/sim/w65/configure.in +++ b/sim/w65/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=