aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/configure.in
blob: bbe03609b1e5416f05d3ef536395cf35dfeed862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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=bag.c
srcname="arm sim"

# 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:


case "${target}" in
  arm-*-*)		sim_target=arm ;;
esac

target_makefile_frag=${sim_target}.mt