r5900 sanitization fixes.

This commit is contained in:
Jeff Law 1997-09-24 07:27:43 +00:00
parent 3099ef787a
commit bfebf1a52a
2 changed files with 3 additions and 2 deletions

View 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

View 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