* configure.ac (common): Make the default "yes" for all targets

with sim subdirs.
	* configure: Regenerate.
This commit is contained in:
Hans-Peter Nilsson 2006-12-21 02:37:17 +00:00
parent 6ef6358e51
commit c4d800aeba
3 changed files with 14 additions and 34 deletions

View File

@ -1,5 +1,9 @@
2006-12-20 Hans-Peter Nilsson <hp@axis.com> 2006-12-20 Hans-Peter Nilsson <hp@axis.com>
* configure.ac (common): Make the default "yes" for all targets
with sim subdirs.
* configure: Regenerate.
* Makefile.in (autoconf-common autoheader-common): In documented * Makefile.in (autoconf-common autoheader-common): In documented
usage, say SHELL=/bin/sh. usage, say SHELL=/bin/sh.
(.PHONY): Add autoheader-common. (.PHONY): Add autoheader-common.

22
sim/configure vendored
View File

@ -3413,7 +3413,7 @@ fi;
if test "${enable_sim}" != no; then if test "${enable_sim}" != no; then
testsuite=no testsuite=no
common=no common=yes
igen=no igen=no
case "${target}" in case "${target}" in
arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*) arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
@ -3422,7 +3422,6 @@ if test "${enable_sim}" != no; then
subdirs="$subdirs arm" subdirs="$subdirs arm"
testsuite=yes testsuite=yes
common=yes
;; ;;
cris-*-* | crisv32-*-*) cris-*-* | crisv32-*-*)
@ -3430,7 +3429,6 @@ subdirs="$subdirs arm"
subdirs="$subdirs cris" subdirs="$subdirs cris"
testsuite=yes testsuite=yes
common=yes
;; ;;
d10v-*-*) d10v-*-*)
@ -3444,7 +3442,6 @@ subdirs="$subdirs d10v"
subdirs="$subdirs frv" subdirs="$subdirs frv"
testsuite=yes testsuite=yes
common=yes
;; ;;
h8300*-*-*) h8300*-*-*)
@ -3452,7 +3449,6 @@ subdirs="$subdirs frv"
subdirs="$subdirs h8300" subdirs="$subdirs h8300"
testsuite=yes testsuite=yes
common=yes
;; ;;
iq2000-*-*) iq2000-*-*)
@ -3460,14 +3456,12 @@ subdirs="$subdirs h8300"
subdirs="$subdirs iq2000" subdirs="$subdirs iq2000"
testsuite=yes testsuite=yes
common=yes
;; ;;
m32c-*-*) m32c-*-*)
subdirs="$subdirs m32c" subdirs="$subdirs m32c"
common=yes
;; ;;
m32r-*-*) m32r-*-*)
@ -3475,7 +3469,6 @@ subdirs="$subdirs m32c"
subdirs="$subdirs m32r" subdirs="$subdirs m32r"
testsuite=yes testsuite=yes
common=yes
;; ;;
m68hc11-*-*|m6811-*-*) m68hc11-*-*|m6811-*-*)
@ -3483,7 +3476,6 @@ subdirs="$subdirs m32r"
subdirs="$subdirs m68hc11" subdirs="$subdirs m68hc11"
testsuite=yes testsuite=yes
common=yes
;; ;;
mcore-*-*) mcore-*-*)
@ -3491,7 +3483,6 @@ subdirs="$subdirs m68hc11"
subdirs="$subdirs mcore" subdirs="$subdirs mcore"
testsuite=yes testsuite=yes
common=yes
;; ;;
mips*-*-*) mips*-*-*)
@ -3499,7 +3490,6 @@ subdirs="$subdirs mcore"
subdirs="$subdirs mips" subdirs="$subdirs mips"
testsuite=yes testsuite=yes
common=yes
igen=yes igen=yes
;; ;;
mn10300*-*-*) mn10300*-*-*)
@ -3507,7 +3497,6 @@ subdirs="$subdirs mips"
subdirs="$subdirs mn10300" subdirs="$subdirs mn10300"
common=yes
igen=yes igen=yes
;; ;;
sh64-*-*) sh64-*-*)
@ -3516,7 +3505,6 @@ subdirs="$subdirs mn10300"
subdirs="$subdirs sh64" subdirs="$subdirs sh64"
testsuite=yes testsuite=yes
common=yes
;; ;;
sh-*-*) sh-*-*)
@ -3524,7 +3512,6 @@ subdirs="$subdirs sh64"
subdirs="$subdirs sh" subdirs="$subdirs sh"
testsuite=yes testsuite=yes
common=yes
;; ;;
sparc-*-rtems*|sparc-*-elf*) sparc-*-rtems*|sparc-*-elf*)
@ -3532,23 +3519,24 @@ subdirs="$subdirs sh"
subdirs="$subdirs erc32" subdirs="$subdirs erc32"
testsuite=yes testsuite=yes
common=yes
;; ;;
powerpc*-*-* ) powerpc*-*-* )
subdirs="$subdirs ppc" subdirs="$subdirs ppc"
common=yes
;; ;;
v850*-*-* ) v850*-*-* )
subdirs="$subdirs v850" subdirs="$subdirs v850"
common=yes
igen=yes igen=yes
;; ;;
*)
# No simulator subdir, so the subdir "common" isn't needed.
common=no
;;
esac esac
if test "$testsuite" = yes; then if test "$testsuite" = yes; then

View File

@ -44,18 +44,16 @@ esac])
if test "${enable_sim}" != no; then if test "${enable_sim}" != no; then
testsuite=no testsuite=no
common=no common=yes
igen=no igen=no
case "${target}" in case "${target}" in
arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*) arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
AC_CONFIG_SUBDIRS(arm) AC_CONFIG_SUBDIRS(arm)
testsuite=yes testsuite=yes
common=yes
;; ;;
cris-*-* | crisv32-*-*) cris-*-* | crisv32-*-*)
AC_CONFIG_SUBDIRS(cris) AC_CONFIG_SUBDIRS(cris)
testsuite=yes testsuite=yes
common=yes
;; ;;
d10v-*-*) d10v-*-*)
AC_CONFIG_SUBDIRS(d10v) AC_CONFIG_SUBDIRS(d10v)
@ -63,72 +61,62 @@ if test "${enable_sim}" != no; then
frv-*-*) frv-*-*)
AC_CONFIG_SUBDIRS(frv) AC_CONFIG_SUBDIRS(frv)
testsuite=yes testsuite=yes
common=yes
;; ;;
h8300*-*-*) h8300*-*-*)
AC_CONFIG_SUBDIRS(h8300) AC_CONFIG_SUBDIRS(h8300)
testsuite=yes testsuite=yes
common=yes
;; ;;
iq2000-*-*) iq2000-*-*)
AC_CONFIG_SUBDIRS(iq2000) AC_CONFIG_SUBDIRS(iq2000)
testsuite=yes testsuite=yes
common=yes
;; ;;
m32c-*-*) m32c-*-*)
AC_CONFIG_SUBDIRS(m32c) AC_CONFIG_SUBDIRS(m32c)
common=yes
;; ;;
m32r-*-*) m32r-*-*)
AC_CONFIG_SUBDIRS(m32r) AC_CONFIG_SUBDIRS(m32r)
testsuite=yes testsuite=yes
common=yes
;; ;;
m68hc11-*-*|m6811-*-*) m68hc11-*-*|m6811-*-*)
AC_CONFIG_SUBDIRS(m68hc11) AC_CONFIG_SUBDIRS(m68hc11)
testsuite=yes testsuite=yes
common=yes
;; ;;
mcore-*-*) mcore-*-*)
AC_CONFIG_SUBDIRS(mcore) AC_CONFIG_SUBDIRS(mcore)
testsuite=yes testsuite=yes
common=yes
;; ;;
mips*-*-*) mips*-*-*)
AC_CONFIG_SUBDIRS(mips) AC_CONFIG_SUBDIRS(mips)
testsuite=yes testsuite=yes
common=yes
igen=yes igen=yes
;; ;;
mn10300*-*-*) mn10300*-*-*)
AC_CONFIG_SUBDIRS(mn10300) AC_CONFIG_SUBDIRS(mn10300)
common=yes
igen=yes igen=yes
;; ;;
sh64-*-*) sh64-*-*)
AC_CONFIG_SUBDIRS(sh64) AC_CONFIG_SUBDIRS(sh64)
testsuite=yes testsuite=yes
common=yes
;; ;;
sh-*-*) sh-*-*)
AC_CONFIG_SUBDIRS(sh) AC_CONFIG_SUBDIRS(sh)
testsuite=yes testsuite=yes
common=yes
;; ;;
sparc-*-rtems*|sparc-*-elf*) sparc-*-rtems*|sparc-*-elf*)
AC_CONFIG_SUBDIRS(erc32) AC_CONFIG_SUBDIRS(erc32)
testsuite=yes testsuite=yes
common=yes
;; ;;
powerpc*-*-* ) powerpc*-*-* )
AC_CONFIG_SUBDIRS(ppc) AC_CONFIG_SUBDIRS(ppc)
common=yes
;; ;;
v850*-*-* ) v850*-*-* )
AC_CONFIG_SUBDIRS(v850) AC_CONFIG_SUBDIRS(v850)
common=yes
igen=yes igen=yes
;; ;;
*)
# No simulator subdir, so the subdir "common" isn't needed.
common=no
;;
esac esac
if test "$testsuite" = yes; then if test "$testsuite" = yes; then
AC_CONFIG_SUBDIRS(testsuite) AC_CONFIG_SUBDIRS(testsuite)