diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-10 16:14:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-10 16:14:50 +0000 |
commit | b702665739598ec762119fda6dec4a09adc48fc0 (patch) | |
tree | cd8672d7e0fc0aae734995f2bd6037d9d620c1da /sim/configure.in | |
parent | 4d074752ec75ec4580c7bea882334755a1ab1e2f (diff) | |
download | gdb-b702665739598ec762119fda6dec4a09adc48fc0.zip gdb-b702665739598ec762119fda6dec4a09adc48fc0.tar.gz gdb-b702665739598ec762119fda6dec4a09adc48fc0.tar.bz2 |
Index: arm/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Replace configure.in. Requires autoconf 2.59 and
correctly calls AC_CONFIG_SUBDIRS.
* configure: Re-generate.
Index: common/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* aclocal.m4 (SIM_AC_COMMON): Delete call to AC_CONFIG_AUX_DIR.
* configure: Re-generate.
Index: d10v/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: erc32/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: frv/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: h8300/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: igen/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: m32r/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: m68hc11/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: mcore/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: mips/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: mn10300/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: ppc/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: sh/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/d10v-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/frv-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/m32r-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/mips64el-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: v850/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 195 |
1 files changed, 0 insertions, 195 deletions
diff --git a/sim/configure.in b/sim/configure.in deleted file mode 100644 index c66a413..0000000 --- a/sim/configure.in +++ /dev/null @@ -1,195 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.13)dnl -AC_INIT(Makefile.in) - -AC_PROG_CC -AC_PROG_INSTALL -AC_CHECK_TOOL(AR, ar) -AC_CHECK_TOOL(RANLIB, ranlib, :) - -AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..) -AC_CANONICAL_SYSTEM -AC_ARG_PROGRAM -AC_PROG_CC -AC_SUBST(CFLAGS) -AC_SUBST(HDEFINES) -AR=${AR-ar} -AC_SUBST(AR) -AC_PROG_RANLIB - -# Put a plausible default for CC_FOR_BUILD in Makefile. -if test "x$cross_compiling" = "xno"; then - CC_FOR_BUILD='$(CC)' -else - CC_FOR_BUILD=gcc -fi -AC_SUBST(CC_FOR_BUILD) - -# If a cpu ever has more than one simulator to choose from, use -# --enable-sim=... to choose. -AC_ARG_ENABLE(sim, -[ --enable-sim ], -[case "${enableval}" in -yes | no) ;; -*) AC_MSG_ERROR(bad value ${enableval} given for --enable-sim option) ;; -esac]) - -# Assume simulator can be built with cc. -# If the user passes --enable-sim built it regardless of $(CC). -only_if_gcc=no -only_if_enabled=no -extra_subdirs=common - -# WHEN ADDING ENTRIES TO THIS MATRIX: -# Make sure that the left side always has two dashes. Otherwise you -# can get spurious matches. Even for unambiguous cases, do this as a -# convention, else the table becomes a real mess to understand and maintain. - -case "${target}" in - arm*-*-* | thumb*-*-*) - sim_target=arm - extra_subdirs="${extra_subdirs} testsuite" - ;; - strongarm*-*-*) - sim_target=arm - extra_subdirs="${extra_subdirs} testsuite" - ;; - xscale-*-*) - sim_target=arm - extra_subdirs="${extra_subdirs} testsuite" - ;; - d10v-*-*) sim_target=d10v ;; -# OBSOLETE d30v-*-*) -# OBSOLETE sim_target=d30v -# OBSOLETE only_if_gcc=yes -# OBSOLETE extra_subdirs="${extra_subdirs} igen" -# OBSOLETE ;; -# OBSOLETE fr30-*-*) sim_target=fr30 ;; - frv-*-*) sim_target=frv - extra_subdirs="${extra_subdirs} testsuite" - ;; - h8300*-*-*) - sim_target=h8300 - extra_subdirs="${extra_subdirs} testsuite" - ;; - h8500-*-*) sim_target=h8500 ;; - i960-*-*) sim_target=i960 ;; - m32r-*-*) sim_target=m32r ;; - m68hc11-*-*|m6811-*-*) sim_target=m68hc11 ;; - mcore-*-*) sim_target=mcore ;; - mips*-*-*) - # The MIPS simulator can only be compiled by gcc. - sim_target=mips - only_if_gcc=yes - extra_subdirs="${extra_subdirs} igen testsuite" - ;; - mn10300*-*-*) - # The mn10300 simulator can only be compiled by gcc. - sim_target=mn10300 - only_if_gcc=yes - extra_subdirs="${extra_subdirs} igen" - ;; - mn10200*-*-*) - sim_target=mn10200 - ;; - sh*-*-*) - sim_target=sh - extra_subdirs="${extra_subdirs} testsuite" - ;; - powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \ - powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* ) - # The PowerPC simulator uses the GCC extension long long as well as - # ANSI prototypes, so don't enable it for random host compilers - # unless asked to. - sim_target=ppc - only_if_gcc=yes - #extra_subdirs="${extra_subdirs}" - ;; - tic80-*-*) - sim_target=tic80 - only_if_gcc=yes - extra_subdirs="${extra_subdirs} igen" - ;; - v850-*-*) - # The V850 simulator can only be compiled by gcc. - sim_target=v850 - extra_subdirs="${extra_subdirs} igen" - only_if_gcc=yes - ;; - v850e-*-*) - # The V850 simulator can only be compiled by gcc. - sim_target=v850 - extra_subdirs="${extra_subdirs} igen" - only_if_gcc=yes - ;; - v850ea-*-*) - # The V850 simulator can only be compiled by gcc. - sim_target=v850 - extra_subdirs="${extra_subdirs} igen" - only_if_gcc=yes - ;; - w65-*-*) - sim_target=w65 - # The w65 is suffering from gradual decay. - only_if_enabled=yes - ;; - z8k*-*-*) sim_target=z8k ;; - sparc64-*-*) - only_if_gcc=yes - sim_target=none # Don't build erc32 if sparc64. - ;; - sparclite*-*-* | sparc86x*-*-*) - # The SPARC simulator can only be compiled by gcc. - only_if_gcc=yes - sim_target=erc32 - ;; - sparc*-*-*) - # The SPARC simulator can only be compiled by gcc. - only_if_gcc=yes - # Unfortunately erc32 won't build on many hosts, so only enable - # it if the user really really wants it. - only_if_enabled=yes - sim_target=erc32 - ;; - *) sim_target=none ;; -esac - - -# Is there a testsuite directory for the target? -testdir=`echo ${target} | sed -e 's/-.*-/-/'` -if test -r ${srcdir}/testsuite/${testdir}/configure ; then - extra_subdirs="${extra_subdirs} testsuite" -fi - - -case "${enable_sim}" in -no) sim_target=none ;; -yes) - if test ${only_if_gcc} = yes ; then - if test "${GCC}" != yes ; then - echo "Can't enable simulator since not compiling with GCC." - sim_target=none - fi - fi - ;; -*) - if test ${only_if_enabled} = yes ; then - sim_target=none - else - if test ${only_if_gcc} = yes ; then - if test "${GCC}" != yes ; then - sim_target=none - fi - fi - fi - ;; -esac - -if test x"${sim_target}" != xnone ; then - configdirs="${extra_subdirs} ${sim_target}" - AC_CONFIG_SUBDIRS($configdirs) -fi - -AC_OUTPUT(Makefile) - -exit 0 |