From: Fred Fish Date: Mon, 10 Feb 1997 17:36:26 +0000 (+0000) Subject: Add tic80 directory to keep_these_too or lose_these_too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba35784cc83052dd9c405195657c4ffd1f7f5420;p=binutils-gdb.git Add tic80 directory to keep_these_too or lose_these_too. --- diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 9be0821ad09..13c2adb6cbf 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -23,6 +23,12 @@ else lose_these_too="arc ${lose_these_too}" fi +if ( echo $* | grep keep\-tic80 > /dev/null ) ; then + keep_these_too="tic80 ${keep_these_too}" +else + lose_these_too="tic80 ${lose_these_too}" +fi + if ( echo $* | grep keep\-v850 > /dev/null ) ; then keep_these_too="v850 ${keep_these_too}" else