r5900 sanitization fixes.
This commit is contained in:
parent
3099ef787a
commit
bfebf1a52a
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue