DisplayDWARF2 basic type encodings.
[deliverable/binutils-gdb.git] / sim / configure.in
index 4797eb9e78b24d0ec63bbf07b970748b7db51261..9ecd812e641eeb1c7b1230fe2a6f35ec1391b6c7 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.5)dnl
+AC_PREREQ(2.12.1)dnl
 AC_INIT(Makefile.in)
 
 AC_PROG_CC
@@ -50,15 +50,15 @@ case "${target}" in
   arm*-*-*)            sim_target=arm ;;
   thumb*-*-*)           sim_target=arm ;;
   d10v-*-*)            sim_target=d10v ;;
-# start-sanitize-d30v
   d30v-*-*)
        sim_target=d30v
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        ;;
-# end-sanitize-d30v
+  fr30-*-*)            sim_target=fr30 ;;
   h8300*-*-*)          sim_target=h8300 ;;
   h8500-*-*)           sim_target=h8500 ;;
+  i960-*-*)            sim_target=i960 ;;
   m32r-*-*)            sim_target=m32r ;;
   mips*-*-*)
        # The MIPS simulator can only be compiled by gcc.
@@ -66,18 +66,11 @@ case "${target}" in
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        ;;
-# start-sanitize-sky
-  txvu-*-*)
-       # The Sky simulator
-       sim_target=txvu
-       only_if_gcc=yes
-       extra_subdirs="${extra_subdirs} igen"
-       ;;
-# end-sanitize-sky
   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
@@ -104,7 +97,6 @@ case "${target}" in
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-# start-sanitize-v850e
   v850e-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
@@ -117,7 +109,6 @@ case "${target}" in
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-# end-sanitize-v850e
   w65-*-*)
        sim_target=w65
        # The w65 is suffering from gradual decay.
@@ -127,6 +118,11 @@ case "${target}" in
   sparc64-*-*)
        sim_target=none # Don't build erc32 if sparc64.
        ;;
+  sparclite*-*-* | sparc86x*-*-*)
+       # The SPARC simulator can only be compiled by gcc.
+       sim_target=erc32
+       only_if_gcc=yes
+       ;;
   sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        sim_target=erc32
@@ -139,6 +135,19 @@ case "${target}" in
 esac
 
 
+# start-sanitize-gxsim
+AC_ARG_ENABLE(sim-gx, [],
+[case "${enableval}" in
+  yes) 
+    if test -d ${srcdir}/${sim_target}-gx ; then
+       extra_subdirs="${sim_target}-gx"
+    else
+       AC_MSG_WARN(GX simulator not available for ${sim_target})
+    fi ;;
+esac])dnl
+# end-sanitize-gxsim
+
+
 # Is there a testsuite directory for the target?
 testdir=`echo ${target} | sed -e 's/-.*-/-/'`
 if test -r ${srcdir}/testsuite/${testdir}/configure ; then
This page took 0.024188 seconds and 4 git commands to generate.