* config/tc-mips.c (mips16_extended_frag): Correct base address
[deliverable/binutils-gdb.git] / sim / configure
index 9a43a90293b9a5571fd308221482a55d91456fce..9911f23347219725ac2cb4ac49c5c8dd91e9a29d 100755 (executable)
@@ -1318,6 +1318,8 @@ case "${target}" in
 # end-sanitize-v850
   w65-*-*)             sim_target=w65 ;;
   z8k*-*-*)            sim_target=z8k ;;
+  sparc64-*-*)
+       ;; # Don't build erc32 if sparc64.
   sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        sim_target=erc32
@@ -1345,9 +1347,11 @@ yes)
        ;;
 esac
 
-configdirs="common ${sim_target}"
-subdirs="$configdirs"
+if test x"${sim_target}" != x ; then
+       configdirs="common ${sim_target}"
+       subdirs="$configdirs"
 
+fi
 
 trap '' 1 2 15
 cat > confcache <<\EOF
This page took 0.024338 seconds and 4 git commands to generate.