From 81ca9d3b3f6ac51aa06547653f7f97437cfad728 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 30 Sep 1996 21:10:54 +0000 Subject: [PATCH] m32r [work in progress] --- sim/.Sanitize | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sim/.Sanitize b/sim/.Sanitize index eb1f240968d..2372ed9738f 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}" -- 2.30.2