diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/.Sanitize | 1 | ||||
-rw-r--r-- | sim/testsuite/.Sanitize | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/.Sanitize b/sim/.Sanitize index 8ef2370..d410d5e 100644 --- a/sim/.Sanitize +++ b/sim/.Sanitize @@ -69,7 +69,6 @@ mn10300 ppc sh w65 -v850 z8k Things-to-lose: diff --git a/sim/testsuite/.Sanitize b/sim/testsuite/.Sanitize index 571a17e..5b58dad 100644 --- a/sim/testsuite/.Sanitize +++ b/sim/testsuite/.Sanitize @@ -29,6 +29,12 @@ else lose_these_too="${r5900_files} ${lose_these_too}" fi +if ( echo $* | grep keep\-v850eq > /dev/null ) ; then + keep_these_too="v850eq-elf ${keep_these_too}" +else + lose_these_too="v850eq-elf ${lose_these_too}" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -46,7 +52,6 @@ Things-to-lose: common tic80-coff -v850eq-elf README Do-last: |