* i386-nat.c: Reformat to be closer to coding standards.
[deliverable/binutils-gdb.git] / sim / configure
index 7819fc42541b83a305d073096feeedc45f641648..d09adab68fcfa2f53ce5519636cfd777dbc42069 100755 (executable)
@@ -1426,6 +1426,9 @@ case "${target}" in
 # OBSOLETE     extra_subdirs="${extra_subdirs} igen"
 # OBSOLETE     ;;
 # OBSOLETE   fr30-*-*)         sim_target=fr30 ;;
+  frv-*-*)             sim_target=frv
+       extra_subdirs="${extra_subdirs} testsuite"
+       ;;
   h8300*-*-*)          
        sim_target=h8300 
        extra_subdirs="${extra_subdirs} testsuite"
@@ -1439,7 +1442,7 @@ case "${target}" in
        # The MIPS simulator can only be compiled by gcc.
        sim_target=mips
        only_if_gcc=yes
-       extra_subdirs="${extra_subdirs} igen"
+       extra_subdirs="${extra_subdirs} igen testsuite"
        ;;
   mn10300*-*-*)
        # The mn10300 simulator can only be compiled by gcc.
@@ -1450,7 +1453,10 @@ case "${target}" in
   mn10200*-*-*)
        sim_target=mn10200
        ;;
-  sh*-*-*)             sim_target=sh ;;
+  sh*-*-*)
+       sim_target=sh 
+       extra_subdirs="${extra_subdirs} testsuite"
+       ;;
   powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
   powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
        # The PowerPC simulator uses the GCC extension long long as well as
This page took 0.023382 seconds and 4 git commands to generate.