vr4run.c, keep-if vr4xxx
authorFelix Lee <flee@cygnus>
Wed, 16 Dec 1998 02:12:41 +0000 (02:12 +0000)
committerFelix Lee <flee@cygnus>
Wed, 16 Dec 1998 02:12:41 +0000 (02:12 +0000)
sim/mips/.Sanitize

index 9ddebee..38fa481 100644 (file)
 
 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}"