* som.c (log2): Rename to exact_log2. Adjust all callers.
[deliverable/binutils-gdb.git] / sim / configure.in
index f9ec687d8f5cb927ce4c116666789bb64cbe236b..c66a41384ee8dc0948abc74d4d09e51e1cd4bee1 100644 (file)
@@ -65,11 +65,11 @@ case "${target}" in
 # OBSOLETE     extra_subdirs="${extra_subdirs} igen"
 # OBSOLETE     ;;
 # OBSOLETE   fr30-*-*)         sim_target=fr30 ;;
-  h8300*-*-*)          
-       sim_target=h8300 
+  frv-*-*)             sim_target=frv
        extra_subdirs="${extra_subdirs} testsuite"
        ;;
-  frv-*-*)             sim_target=frv
+  h8300*-*-*)          
+       sim_target=h8300 
        extra_subdirs="${extra_subdirs} testsuite"
        ;;
   h8500-*-*)           sim_target=h8500 ;;
@@ -81,7 +81,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.
This page took 0.023099 seconds and 4 git commands to generate.