Remove arc sanitization.
This commit is contained in:
parent
8f5eb36c13
commit
c58dbe95a6
2 changed files with 3 additions and 10 deletions
|
@ -15,12 +15,6 @@
|
|||
|
||||
Do-first:
|
||||
|
||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||
keep_these_too="arc ${keep_these_too}"
|
||||
else
|
||||
lose_these_too="arc ${lose_these_too}"
|
||||
fi
|
||||
|
||||
gm_files="tm-magic.h"
|
||||
|
||||
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
||||
|
@ -59,6 +53,7 @@ Things-to-keep:
|
|||
|
||||
a29k
|
||||
alpha
|
||||
arc
|
||||
arm
|
||||
convex
|
||||
d10v
|
||||
|
|
|
@ -21,12 +21,10 @@ Do-first:
|
|||
|
||||
Things-to-keep:
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
arc.mt
|
||||
go32.mh
|
||||
tm-arc.h
|
||||
xm-go32.h
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
Do-last:
|
||||
|
||||
|
|
Loading…
Reference in a new issue