Add "make pdf" and "make install-pdf", from Brooks Moses
[deliverable/binutils-gdb.git] / sim / configure
index 0f4a8c9b60d6d55790fddd4ad5247ac034ca4cc9..c4cd59cf577a8048c0b15e31e66cde717d3adbe9 100755 (executable)
@@ -273,21 +273,26 @@ PACKAGE_BUGREPORT=
 
 ac_unique_file="Makefile.in"
 ac_subdirs_all="$ac_subdirs_all arm"
+ac_subdirs_all="$ac_subdirs_all cris"
 ac_subdirs_all="$ac_subdirs_all d10v"
 ac_subdirs_all="$ac_subdirs_all frv"
 ac_subdirs_all="$ac_subdirs_all h8300"
+ac_subdirs_all="$ac_subdirs_all iq2000"
+ac_subdirs_all="$ac_subdirs_all m32c"
 ac_subdirs_all="$ac_subdirs_all m32r"
 ac_subdirs_all="$ac_subdirs_all m68hc11"
 ac_subdirs_all="$ac_subdirs_all mcore"
 ac_subdirs_all="$ac_subdirs_all mips"
 ac_subdirs_all="$ac_subdirs_all mn10300"
+ac_subdirs_all="$ac_subdirs_all sh64"
 ac_subdirs_all="$ac_subdirs_all sh"
+ac_subdirs_all="$ac_subdirs_all erc32"
 ac_subdirs_all="$ac_subdirs_all ppc"
 ac_subdirs_all="$ac_subdirs_all v850"
 ac_subdirs_all="$ac_subdirs_all testsuite"
 ac_subdirs_all="$ac_subdirs_all common"
 ac_subdirs_all="$ac_subdirs_all igen"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AR ac_ct_AR RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os HDEFINES CC_FOR_BUILD subdirs LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AR ac_ct_AR RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os HDEFINES CC_FOR_BUILD CFLAGS_FOR_BUILD subdirs LIBOBJS LTLIBOBJS'
 ac_subst_files=''
 
 # Initialize some variables set by options.
@@ -3383,6 +3388,8 @@ else
   CC_FOR_BUILD=gcc
 fi
 
+CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
+
 
 # If a cpu ever has more than one simulator to choose from, use
 # --enable-sim=... to choose.
@@ -3406,7 +3413,7 @@ fi;
 
 if test "${enable_sim}" != no; then
    testsuite=no
-   common=no
+   common=yes
    igen=no
    case "${target}" in
        arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
@@ -3415,7 +3422,13 @@ if test "${enable_sim}" != no; then
 subdirs="$subdirs arm"
 
           testsuite=yes
-          common=yes
+          ;;
+       cris-*-* | crisv32-*-*)
+
+
+subdirs="$subdirs cris"
+
+          testsuite=yes
           ;;
        d10v-*-*)
 
@@ -3429,7 +3442,6 @@ subdirs="$subdirs d10v"
 subdirs="$subdirs frv"
 
           testsuite=yes
-          common=yes
           ;;
        h8300*-*-*)
 
@@ -3437,15 +3449,26 @@ subdirs="$subdirs frv"
 subdirs="$subdirs h8300"
 
           testsuite=yes
-          common=yes
           ;;
+       iq2000-*-*)
+
+
+subdirs="$subdirs iq2000"
+
+          testsuite=yes
+          ;;
+       m32c-*-*)
+
+
+subdirs="$subdirs m32c"
+
+           ;;
        m32r-*-*)
 
 
 subdirs="$subdirs m32r"
 
           testsuite=yes
-          common=yes
           ;;
        m68hc11-*-*|m6811-*-*)
 
@@ -3453,7 +3476,6 @@ subdirs="$subdirs m32r"
 subdirs="$subdirs m68hc11"
 
           testsuite=yes
-          common=yes
           ;;
        mcore-*-*)
 
@@ -3461,7 +3483,6 @@ subdirs="$subdirs m68hc11"
 subdirs="$subdirs mcore"
 
           testsuite=yes
-          common=yes
           ;;
        mips*-*-*)
 
@@ -3469,7 +3490,6 @@ subdirs="$subdirs mcore"
 subdirs="$subdirs mips"
 
           testsuite=yes
-          common=yes
           igen=yes
           ;;
        mn10300*-*-*)
@@ -3477,30 +3497,45 @@ subdirs="$subdirs mips"
 
 subdirs="$subdirs mn10300"
 
-          common=yes
           igen=yes
           ;;
+       sh64*-*-*)
+
+
+subdirs="$subdirs sh64"
+
+          testsuite=yes
+          ;;
        sh*-*-*)
 
 
 subdirs="$subdirs sh"
 
           testsuite=yes
-          common=yes
+          ;;
+       sparc-*-rtems*|sparc-*-elf*)
+
+
+subdirs="$subdirs erc32"
+
+          testsuite=yes
           ;;
        powerpc*-*-* )
 
 
 subdirs="$subdirs ppc"
 
-          common=yes
           ;;
        v850*-*-* )
 
 
 subdirs="$subdirs v850"
 
-          common=yes
+          igen=yes
+          ;;
+       *)
+          # No simulator subdir, so the subdir "common" isn't needed.
+          common=no
           ;;
    esac
    if test "$testsuite" = yes; then
@@ -4187,6 +4222,7 @@ s,@target_vendor@,$target_vendor,;t t
 s,@target_os@,$target_os,;t t
 s,@HDEFINES@,$HDEFINES,;t t
 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
+s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
 s,@subdirs@,$subdirs,;t t
 s,@LIBOBJS@,$LIBOBJS,;t t
 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
This page took 0.028115 seconds and 4 git commands to generate.