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.
This commit is contained in:
parent
4d074752ec
commit
b702665739
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2004-12-01 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* i960, h8500: Delete directory.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9441
sim/arm/configure
vendored
9441
sim/arm/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2004-12-15 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* syscall.c (cb_syscall) <case CB_SYS_truncate>
|
||||
|
2
sim/common/aclocal.m4
vendored
2
sim/common/aclocal.m4
vendored
@ -22,8 +22,6 @@ AC_DEFUN(SIM_AC_COMMON,
|
||||
[
|
||||
# autoconf.info says this should be called right after AC_INIT.
|
||||
AC_CONFIG_HEADER(ifelse([$1],,config.h,[$1]):config.in)
|
||||
|
||||
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
|
||||
AC_CANONICAL_SYSTEM
|
||||
AC_ARG_PROGRAM
|
||||
AC_PROG_CC
|
||||
|
11018
sim/common/configure
vendored
11018
sim/common/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
# This is intended for use by the target specific directories, and by us.
|
5201
sim/configure
vendored
5201
sim/configure
vendored
File diff suppressed because it is too large
Load Diff
121
sim/configure.ac
Normal file
121
sim/configure.ac
Normal file
@ -0,0 +1,121 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.59)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])
|
||||
|
||||
# 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.
|
||||
|
||||
if test "${enable_sim}" != no; then
|
||||
testsuite=no
|
||||
common=no
|
||||
igen=no
|
||||
case "${target}" in
|
||||
arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
|
||||
AC_CONFIG_SUBDIRS(arm)
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
d10v-*-*)
|
||||
AC_CONFIG_SUBDIRS(d10v)
|
||||
;;
|
||||
frv-*-*)
|
||||
AC_CONFIG_SUBDIRS(frv)
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
h8300*-*-*)
|
||||
AC_CONFIG_SUBDIRS(h8300)
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
m32r-*-*)
|
||||
AC_CONFIG_SUBDIRS(m32r)
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
m68hc11-*-*|m6811-*-*)
|
||||
AC_CONFIG_SUBDIRS(m68hc11)
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
mcore-*-*)
|
||||
AC_CONFIG_SUBDIRS(mcore)
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
mips*-*-*)
|
||||
AC_CONFIG_SUBDIRS(mips)
|
||||
testsuite=yes
|
||||
igen=yes
|
||||
;;
|
||||
mn10300*-*-*)
|
||||
AC_CONFIG_SUBDIRS(mn10300)
|
||||
igen=yes
|
||||
;;
|
||||
sh*-*-*)
|
||||
AC_CONFIG_SUBDIRS(sh)
|
||||
testsuite=yes
|
||||
common=yes
|
||||
;;
|
||||
powerpc*-*-* )
|
||||
AC_CONFIG_SUBDIRS(ppc)
|
||||
common=yes
|
||||
;;
|
||||
v850*-*-* )
|
||||
AC_CONFIG_SUBDIRS(v850)
|
||||
common=yes
|
||||
;;
|
||||
sparc*-*-*)
|
||||
AC_CONFIG_SUBDIRS(erc32)
|
||||
;;
|
||||
esac
|
||||
if test "$testsuite" = yes; then
|
||||
AC_CONFIG_SUBDIRS(testsuite)
|
||||
fi
|
||||
if test "$common" = yes; then
|
||||
AC_CONFIG_SUBDIRS(common)
|
||||
fi
|
||||
if test "$igen" = yes; then
|
||||
AC_CONFIG_SUBDIRS(igen)
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
|
||||
exit 0
|
195
sim/configure.in
195
sim/configure.in
@ -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
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9508
sim/d10v/configure
vendored
9508
sim/d10v/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9549
sim/erc32/configure
vendored
9549
sim/erc32/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9593
sim/frv/configure
vendored
9593
sim/frv/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9441
sim/h8300/configure
vendored
9441
sim/h8300/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2003-05-03 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* compare_igen_models: Tweak attribution slightly.
|
||||
|
5476
sim/igen/configure
vendored
5476
sim/igen/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(table.h)
|
||||
|
||||
AC_PROG_INSTALL
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
||||
|
||||
Committed by Kei Sakamoto.
|
||||
|
9593
sim/m32r/configure
vendored
9593
sim/m32r/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9800
sim/m68hc11/configure
vendored
9800
sim/m68hc11/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.12.1)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9439
sim/mcore/configure
vendored
9439
sim/mcore/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
10420
sim/mips/configure
vendored
10420
sim/mips/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9960
sim/mn10300/configure
vendored
9960
sim/mn10300/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
dnl 2.12 botches SHELL substitution
|
||||
AC_PREREQ(2.12.1)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2005-01-03 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (hw_com.o, hw_eeprom.o): Depend on
|
||||
|
11116
sim/ppc/configure
vendored
11116
sim/ppc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
AC_PROG_INSTALL
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9439
sim/sh/configure
vendored
9439
sim/sh/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
@ -1,5 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
* configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS.
|
||||
* configure: Re-generate.
|
||||
|
||||
|
2614
sim/testsuite/configure
vendored
2614
sim/testsuite/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
|
||||
dnl script appropriate for this directory. For more information, check
|
||||
dnl any existing configure script.
|
||||
|
||||
AC_PREREQ(2.5)
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(common/bits-tst.c)
|
||||
|
||||
CC=${CC-cc}
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
Tue Apr 18 16:32:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* t-rie-xx.s (test_rie_xx): New test.
|
||||
|
2399
sim/testsuite/d10v-elf/configure
vendored
2399
sim/testsuite/d10v-elf/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
|
||||
dnl script appropriate for this directory. For more information, check
|
||||
dnl any existing configure script.
|
||||
|
||||
AC_PREREQ(2.5)
|
||||
AC_PREREQ(2.59)
|
||||
dnl FIXME - think of a truly uniq file to this directory
|
||||
AC_INIT(Makefile.in)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2000-07-26 Dave Brolley <brolley@redhat.com>
|
||||
|
||||
* Makefile.in (TESTS): Don't run cache.ok
|
||||
|
2404
sim/testsuite/frv-elf/configure
vendored
2404
sim/testsuite/frv-elf/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
|
||||
dnl script appropriate for this directory. For more information, check
|
||||
dnl any existing configure script.
|
||||
|
||||
AC_PREREQ(2.5)
|
||||
AC_PREREQ(2.59)
|
||||
dnl FIXME - think of a truly uniq file to this directory
|
||||
AC_INIT(Makefile.in)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
Thu Feb 12 19:09:38 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||
|
||||
* Directory created.
|
||||
|
2401
sim/testsuite/m32r-elf/configure
vendored
2401
sim/testsuite/m32r-elf/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
|
||||
dnl script appropriate for this directory. For more information, check
|
||||
dnl any existing configure script.
|
||||
|
||||
AC_PREREQ(2.5)
|
||||
AC_PREREQ(2.59)
|
||||
dnl FIXME - think of a truly uniq file to this directory
|
||||
AC_INIT(Makefile.in)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
Thu Aug 13 22:37:29 EDT 1998 Jim Lemke <jlemke@cygnus.com>
|
||||
|
||||
* Makefile.in, configure, configure.in:
|
||||
|
2403
sim/testsuite/mips64el-elf/configure
vendored
2403
sim/testsuite/mips64el-elf/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
|
||||
dnl script appropriate for this directory. For more information, check
|
||||
dnl any existing configure script.
|
||||
|
||||
AC_PREREQ(2.5)
|
||||
AC_PREREQ(2.59)
|
||||
dnl FIXME - think of a truly uniq file to this directory
|
||||
AC_INIT(Makefile.in)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Rename configure.in, require autoconf 2.59.
|
||||
* configure: Re-generate.
|
||||
|
||||
2004-12-08 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure: Regenerate for ../common/aclocal.m4 update.
|
||||
|
9942
sim/v850/configure
vendored
9942
sim/v850/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_PREREQ(2.59)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
Loading…
x
Reference in New Issue
Block a user