mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
4cea100d33
should be ../../bfd.
29 lines
758 B
Plaintext
29 lines
758 B
Plaintext
# 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
|
|
srcname="h8300sim"
|
|
|
|
# per-host:
|
|
|
|
. ${srcdir}/../../bfd/configure.host
|
|
|
|
# Set up to make a link between the host's include file and "sysdep.h".
|
|
files="../../bfd/hosts/${my_host}.h"
|
|
|
|
links="sysdep.h"
|
|
|
|
if [ ! -f ${srcdir}/${files} ] ; then
|
|
files=../../bfd/hosts/std-host.h
|
|
echo "[${srcname} has no specific support for host ${host} -- using std-host]"
|
|
fi
|
|
|
|
host_makefile_frag=
|
|
if [ -f ${srcdir}/../../bfd/config/${my_host}.mh ] ; then
|
|
host_makefile_frag=../../bfd/config/${my_host}.mh
|
|
fi
|
|
|
|
# per-target:
|