forgot to check this in
[deliverable/binutils-gdb.git] / sim / arm / configure.in
CommitLineData
80c5739d
C
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.3)dnl
3AC_INIT(Makefile.in)
2494eaf6 4
80c5739d
C
5AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
6AC_CANONICAL_SYSTEM
7AC_ARG_PROGRAM
2494eaf6
SC
8
9. ${srcdir}/../../bfd/configure.host
10
11# Set up to make a link between the host's include file and "sysdep.h".
12files="../../bfd/hosts/${my_host}.h"
80c5739d 13if test ! -f ${srcdir}/${files} ; then
2494eaf6 14 files=../../bfd/hosts/std-host.h
80c5739d 15 AC_MSG_WARN(arm sim has no specific support for host ${host} -- using std-host)
2494eaf6 16fi
80c5739d 17AC_LINK_FILES($files, sysdep.h)
2494eaf6 18
80c5739d 19if test -f ${srcdir}/../../bfd/config/${my_host}.mh; then
2494eaf6 20 host_makefile_frag=../../bfd/config/${my_host}.mh
80c5739d
C
21else
22 host_makefile_frag=/dev/null
2494eaf6
SC
23fi
24
80c5739d
C
25frags=
26if test $host_makefile_frag != /dev/null; then
27 frags="$frags $host_makefile_frag"
28fi
29AC_SUBST_FILE(host_makefile_frag)
30AC_SUBST(frags)
2494eaf6 31
80c5739d 32AC_OUTPUT(Makefile)
This page took 0.035022 seconds and 4 git commands to generate.