diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-28 22:34:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-28 22:34:21 +0000 |
commit | f7ce03e55248931958bdc2559e430daaae906adb (patch) | |
tree | 66ce3c596062f0c015c4391a490f409cdfe311e2 /sim/h8300/configure.in | |
parent | 0877841d73b4d55c58353fd50326acc9693b4af9 (diff) | |
download | gdb-f7ce03e55248931958bdc2559e430daaae906adb.zip gdb-f7ce03e55248931958bdc2559e430daaae906adb.tar.gz gdb-f7ce03e55248931958bdc2559e430daaae906adb.tar.bz2 |
fix configury
Diffstat (limited to 'sim/h8300/configure.in')
-rw-r--r-- | sim/h8300/configure.in | 7 |
1 files changed, 2 insertions, 5 deletions
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= |