Add support to count the number of instructions issued.
[deliverable/binutils-gdb.git] / sim / ppc / configure.in
CommitLineData
cb7a6892
MM
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.3)dnl
3AC_INIT(Makefile.in)
4
8b3797aa
MM
5AC_CONFIG_HEADER(config.h:config.in)
6
cb7a6892
MM
7AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
8AC_CANONICAL_SYSTEM
9AC_ARG_PROGRAM
10
11. ${srcdir}/../../bfd/configure.host
12
8b3797aa
MM
13AC_PROG_CC
14AC_SUBST(CFLAGS)
15AC_SUBST(HDEFINES)
16AR=${AR-ar}
17AC_SUBST(AR)
18AC_PROG_RANLIB
19
20# Put a plausible default for CC_FOR_BUILD in Makefile.
21AC_C_CROSS
22if test "x$cross_compiling" = "xno"; then
23 CC_FOR_BUILD='$(CC)'
cb7a6892 24else
8b3797aa 25 CC_FOR_BUILD=gcc
cb7a6892 26fi
8b3797aa 27AC_SUBST(CC_FOR_BUILD)
cb7a6892 28
8b3797aa 29AC_CHECK_HEADERS(string.h strings.h stdlib.h time.h sys/times.h)
cb7a6892 30
8b3797aa
MM
31AC_OUTPUT(Makefile,
32[case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])
This page took 0.028447 seconds and 4 git commands to generate.