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: Do-first:
d30v_files="d30v testsuite" d30v_files="d30v"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="${d30v_files} ${keep_these_too}" keep_these_too="${d30v_files} ${keep_these_too}"
else else
@ -58,6 +58,7 @@ mn10300
ppc ppc
sh sh
v850 v850
testsuite
w65 w65
z8k z8k

View File

@ -22,7 +22,7 @@ else
lose_these_too="${d30v_files} ${lose_these_too}" lose_these_too="${d30v_files} ${lose_these_too}"
fi fi
r5900_files="mips64vr5900el-elf" r5900_files="mips64r5900-elf"
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
keep_these_too="${r5900_files} ${keep_these_too}" keep_these_too="${r5900_files} ${keep_these_too}"
else else