Add "make pdf" and "make install-pdf", from Brooks Moses
[deliverable/binutils-gdb.git] / sim / configure
index e78c1c42113dd5a35efee2a0d0c9a7feeb711722..c4cd59cf577a8048c0b15e31e66cde717d3adbe9 100755 (executable)
@@ -273,22 +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 erc32"
 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.
@@ -2468,31 +2472,6 @@ else
 fi
 
 
-ac_aux_dir=
-for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
-  if test -f $ac_dir/install-sh; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install-sh -c"
-    break
-  elif test -f $ac_dir/install.sh; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install.sh -c"
-    break
-  elif test -f $ac_dir/shtool; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/shtool install -c"
-    break
-  fi
-done
-if test -z "$ac_aux_dir"; then
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&5
-echo "$as_me: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-
 # Make sure we can run config.sub.
 $ac_config_sub sun4 >/dev/null 2>&1 ||
   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
@@ -3409,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.
@@ -3432,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-*-*)
@@ -3441,7 +3422,13 @@ if test "${enable_sim}" != no; then
 subdirs="$subdirs arm"
 
           testsuite=yes
-          common=yes
+          ;;
+       cris-*-* | crisv32-*-*)
+
+
+subdirs="$subdirs cris"
+
+          testsuite=yes
           ;;
        d10v-*-*)
 
@@ -3455,7 +3442,6 @@ subdirs="$subdirs d10v"
 subdirs="$subdirs frv"
 
           testsuite=yes
-          common=yes
           ;;
        h8300*-*-*)
 
@@ -3463,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-*-*)
 
@@ -3479,7 +3476,6 @@ subdirs="$subdirs m32r"
 subdirs="$subdirs m68hc11"
 
           testsuite=yes
-          common=yes
           ;;
        mcore-*-*)
 
@@ -3487,7 +3483,6 @@ subdirs="$subdirs m68hc11"
 subdirs="$subdirs mcore"
 
           testsuite=yes
-          common=yes
           ;;
        mips*-*-*)
 
@@ -3504,33 +3499,43 @@ subdirs="$subdirs mn10300"
 
           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
           ;;
-       sparc*-*-*)
-
-
-subdirs="$subdirs erc32"
-
+       *)
+          # No simulator subdir, so the subdir "common" isn't needed.
+          common=no
           ;;
    esac
    if test "$testsuite" = yes; then
@@ -4217,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.02681 seconds and 4 git commands to generate.