* dbxread.c: reset function_start_offset after a finishing N_FUN
[deliverable/binutils-gdb.git] / sim / configure.in
index 186ce359e254bf189416a791fb5657f525d02062..f098025a0d969faa85dd06b603f99e05ff50796f 100644 (file)
@@ -66,18 +66,11 @@ case "${target}" in
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        ;;
-# start-sanitize-sky
-  dvp-*-*)
-       # 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
@@ -127,6 +120,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
This page took 0.023304 seconds and 4 git commands to generate.