* gdbtk.tcl (files_command): Correctly insert list of files into
[deliverable/binutils-gdb.git] / sim / mips / configure.in
CommitLineData
8ad57737
JSC
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.3)dnl
3AC_INIT(Makefile.in)
4
5AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
6AC_CANONICAL_SYSTEM
7AC_ARG_PROGRAM
8
9. ${srcdir}/../../bfd/configure.host
10
11AC_PROG_CC
12AC_SUBST(CFLAGS)
13AC_SUBST(HDEFINES)
14AR=${AR-ar}
15AC_SUBST(AR)
16AC_PROG_RANLIB
17
18# Put a plausible default for CC_FOR_BUILD in Makefile.
19AC_C_CROSS
20if test "x$cross_compiling" = "xno"; then
21 CC_FOR_BUILD='$(CC)'
22else
23 CC_FOR_BUILD=gcc
24fi
25AC_SUBST(CC_FOR_BUILD)
26
27AC_OUTPUT(Makefile)
This page took 0.036795 seconds and 4 git commands to generate.