From: David Edelsohn Date: Mon, 30 Sep 1996 21:10:54 +0000 (+0000) Subject: m32r [work in progress] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81ca9d3b3f6ac51aa06547653f7f97437cfad728;p=binutils-gdb.git m32r [work in progress] --- 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}"