fix configury
This commit is contained in:
parent
0877841d73
commit
f7ce03e552
@ -16,11 +16,8 @@ files="../../bfd/hosts/${my_host}.h"
|
|||||||
links="sysdep.h"
|
links="sysdep.h"
|
||||||
|
|
||||||
if [ ! -f ${srcdir}/${files} ] ; then
|
if [ ! -f ${srcdir}/${files} ] ; then
|
||||||
if [ -n "${my_host}" ] ; then
|
files=../bfd/hosts/std-host.h
|
||||||
echo '***' No file ${srcdir}/${files} 1>&2
|
echo "[${srcname} has no specific support for host ${host} -- using std-host]"
|
||||||
fi
|
|
||||||
echo '***' ${srcname} does not support host ${host} 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
host_makefile_frag=
|
host_makefile_frag=
|
||||||
|
@ -25,6 +25,7 @@ Do-first:
|
|||||||
|
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
|
ChangeLog
|
||||||
Makefile.in
|
Makefile.in
|
||||||
configure.in
|
configure.in
|
||||||
interp.c
|
interp.c
|
||||||
|
6
sim/w65/ChangeLog
Normal file
6
sim/w65/ChangeLog
Normal file
@ -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.
|
@ -16,11 +16,8 @@ files="../../bfd/hosts/${my_host}.h"
|
|||||||
links="sysdep.h"
|
links="sysdep.h"
|
||||||
|
|
||||||
if [ ! -f ${srcdir}/${files} ] ; then
|
if [ ! -f ${srcdir}/${files} ] ; then
|
||||||
if [ -n "${my_host}" ] ; then
|
files=../bfd/hosts/std-host.h
|
||||||
echo '***' No file ${srcdir}/${files} 1>&2
|
echo "[${srcname} has no specific support for host ${host} -- using std-host]"
|
||||||
fi
|
|
||||||
echo '***' ${srcname} does not support host ${host} 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
host_makefile_frag=
|
host_makefile_frag=
|
||||||
|
Loading…
Reference in New Issue
Block a user