binutils: support for the SPARC M8 processor
[deliverable/binutils-gdb.git] / sim / configure.ac
index 8c1d91458897c9e14c56795d4fca431152a9bbc7..22db00f734c3a5d6e42bd717d4a62ff9645e0b37 100644 (file)
@@ -30,7 +30,7 @@ AC_SUBST(CFLAGS_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 ],
+[AS_HELP_STRING([--enable-sim], [Enable the GNU simulator])],
 [case "${enableval}" in
 yes | no) ;;
 *)     AC_MSG_ERROR(bad value ${enableval} given for --enable-sim option) ;;
@@ -42,12 +42,7 @@ m4_define([SIM_ARCH], [
 ])
 if test "${enable_sim}" != no; then
    sinclude(configure.tgt)
-   if test "$sim_testsuite" = yes; then
-      AC_CONFIG_SUBDIRS(testsuite)
-   fi
-   if test "$sim_common" = yes; then
-      AC_CONFIG_SUBDIRS(common)
-   fi
+   AC_CONFIG_SUBDIRS(testsuite)
    if test "$sim_igen" = yes; then
       AC_CONFIG_SUBDIRS(igen)
    fi
This page took 0.023493 seconds and 4 git commands to generate.