* config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust PLT or
[deliverable/binutils-gdb.git] / sim / h8300 / configure.in
CommitLineData
a154eea7
SC
1# This file is a shell script that supplies the information necessary
2# to tailor a template configure script into the configure script
3# appropriate for this directory. For more information, check any
4# existing configure script.
5
6srctrigger=writecode.c
b0c9f026 7srcname="h8300sim"
a154eea7
SC
8
9# per-host:
10
b0c9f026 11. ${srcdir}/../../bfd/configure.host
a154eea7
SC
12
13# Set up to make a link between the host's include file and "sysdep.h".
b0c9f026 14files="../../bfd/hosts/${my_host}.h"
a154eea7
SC
15
16links="sysdep.h"
17
18if [ ! -f ${srcdir}/${files} ] ; then
19 if [ -n "${my_host}" ] ; then
20 echo '***' No file ${srcdir}/${files} 1>&2
21 fi
22 echo '***' ${srcname} does not support host ${host} 1>&2
23 exit 1
24fi
25
26host_makefile_frag=
b0c9f026
SC
27if [ -f ${srcdir}/../../bfd/config/${my_host}.mh ] ; then
28 host_makefile_frag=../../bfd/config/${my_host}.mh
a154eea7
SC
29fi
30
31# per-target:
This page took 0.091904 seconds and 4 git commands to generate.