vr4run.c, keep-if vr4xxx

This commit is contained in:
Felix Lee 1998-12-16 02:12:41 +00:00
parent 5036d102ed
commit db48d8218f
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@
Do-first:
vr4xxx_files="vr4run.c"
if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
keep_these_too="${vr4xxx_files} ${keep_these_too}"
else
lose_these_too="${vr4xxx_files} ${lose_these_too}"
fi
r5900_files="r5900.igen"
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
keep_these_too="${r5900_files} ${keep_these_too}"