fix configury
authorIan Lance Taylor <ian@airs.com>
Tue, 28 Feb 1995 22:34:21 +0000 (22:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 28 Feb 1995 22:34:21 +0000 (22:34 +0000)
sim/h8300/configure.in
sim/w65/.Sanitize
sim/w65/ChangeLog [new file with mode: 0644]
sim/w65/configure.in

index bd30158316f5630dd6e858d5a9b6d00e13c9d648..964cd9f82c1d1f0f5afce94aec37680713cdee5e 100644 (file)
@@ -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=
index 9c94f41bf2273cb431196535acfdc584347e77c4..2f76a57aae8f779e7521d2ffdc1f1dc14b83adb6 100755 (executable)
@@ -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 (file)
index 0000000..d077254
--- /dev/null
@@ -0,0 +1,6 @@
+Tue Feb 28 17:31:36 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Use ../../bfd/hosts/std-host.h if specific
+       host unavailable.
+
+       * Started ChangeLog.
index 9ae02275c8852170426a48c595a20f42e090e8d9..197a71824c0fc849e7676a9707bff5ae75524adb 100755 (executable)
@@ -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=