aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/.Sanitize7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/.Sanitize b/sim/.Sanitize
index eb1f240..2372ed9 100644
--- a/sim/.Sanitize
+++ b/sim/.Sanitize
@@ -22,6 +22,13 @@ 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}"
+else
+ lose_these_too="${m32r_files} ${lose_these_too}"
+fi
+
v850_files="v850"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
keep_these_too="${v850_files} ${keep_these_too}"