1992-12-22 21:59:06 +00:00
|
|
|
# This file is a shell script that supplies the information necessary
|
|
|
|
# to tailor a template configure script into the configure script
|
|
|
|
# appropriate for this directory. For more information, check any
|
|
|
|
# existing configure script.
|
|
|
|
|
|
|
|
srctrigger=writecode.c
|
1993-02-04 00:22:22 +00:00
|
|
|
srcname="h8300sim"
|
1992-12-22 21:59:06 +00:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1993-02-04 00:22:22 +00:00
|
|
|
. ${srcdir}/../../bfd/configure.host
|
1992-12-22 21:59:06 +00:00
|
|
|
|
|
|
|
# Set up to make a link between the host's include file and "sysdep.h".
|
1993-02-04 00:22:22 +00:00
|
|
|
files="../../bfd/hosts/${my_host}.h"
|
1992-12-22 21:59:06 +00:00
|
|
|
|
|
|
|
links="sysdep.h"
|
|
|
|
|
|
|
|
if [ ! -f ${srcdir}/${files} ] ; then
|
1995-02-28 22:34:21 +00:00
|
|
|
files=../bfd/hosts/std-host.h
|
|
|
|
echo "[${srcname} has no specific support for host ${host} -- using std-host]"
|
1992-12-22 21:59:06 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
host_makefile_frag=
|
1993-02-04 00:22:22 +00:00
|
|
|
if [ -f ${srcdir}/../../bfd/config/${my_host}.mh ] ; then
|
|
|
|
host_makefile_frag=../../bfd/config/${my_host}.mh
|
1992-12-22 21:59:06 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
# per-target:
|