Correct d10v sanitization errors.
This commit is contained in:
parent
a3c5b9a4a1
commit
22540e2d50
1 changed files with 1 additions and 7 deletions
|
@ -15,13 +15,6 @@
|
|||
|
||||
Do-first:
|
||||
|
||||
d10v_files="d10v"
|
||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
||||
keep_these_too="${d10v_files} ${keep_these_too}"
|
||||
else
|
||||
lose_these_too="${d10v_files} ${lose_these_too}"
|
||||
fi
|
||||
|
||||
m32r_files="m32r"
|
||||
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
|
||||
keep_these_too="${m32r_files} ${keep_these_too}"
|
||||
|
@ -58,6 +51,7 @@ arm
|
|||
configure
|
||||
configure.in
|
||||
common
|
||||
d10v
|
||||
erc32
|
||||
h8300
|
||||
h8500
|
||||
|
|
Loading…
Add table
Reference in a new issue