r5900 sanitization fixes.
authorJeff Law <law@redhat.com>
Wed, 24 Sep 1997 07:27:43 +0000 (07:27 +0000)
committerJeff Law <law@redhat.com>
Wed, 24 Sep 1997 07:27:43 +0000 (07:27 +0000)
sim/.Sanitize
sim/testsuite/.Sanitize

index d2887c82b2e9c8015c087f7ca57fa30bc6a73d22..6baa24fa6e8c0582cdd608c8f00dab2c4c5bea79 100644 (file)
@@ -15,7 +15,7 @@
 
 Do-first:
 
-d30v_files="d30v testsuite"
+d30v_files="d30v"
 if ( echo $* | grep keep\-d30v > /dev/null ) ; then
         keep_these_too="${d30v_files} ${keep_these_too}"
 else
@@ -58,6 +58,7 @@ mn10300
 ppc
 sh
 v850
+testsuite
 w65
 z8k
 
index 4cb57ffc28baaa2310a1658994eef5ab0df3504d..fdc0e4b2f761e56423654c24f2e890b89ecafff1 100644 (file)
@@ -22,7 +22,7 @@ else
         lose_these_too="${d30v_files} ${lose_these_too}"
 fi
 
-r5900_files="mips64vr5900el-elf"
+r5900_files="mips64r5900-elf"
 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
         keep_these_too="${r5900_files} ${keep_these_too}"
 else
This page took 0.037401 seconds and 4 git commands to generate.