Sun Feb 26 15:27:24 1995 Steve Chamberlain <sac@cygnus.com>
authorIan Lance Taylor <ian@airs.com>
Tue, 28 Feb 1995 19:16:40 +0000 (19:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 28 Feb 1995 19:16:40 +0000 (19:16 +0000)
* configure.in: Use ../../bfd/hosts/std-host.h if specific
host unavailable.

sim/sh/configure.in

index 26b6195f7fcfa72164ab7a0a0bec2028f5549298..74c80fe757606c02d988ff5c589065da0faad622 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=