diff options
author | Felix Lee <flee@cygnus> | 1997-09-18 01:33:24 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-18 01:33:24 +0000 |
commit | e1625ed21770ff7fc57ffd12860f945b260073d9 (patch) | |
tree | 1180862f63f43b2a9c08eb4c4ae8aa60cba5f37e /sim/testsuite | |
parent | 00fd8294caee09fda9248f1787000c56c270e608 (diff) | |
download | gdb-e1625ed21770ff7fc57ffd12860f945b260073d9.zip gdb-e1625ed21770ff7fc57ffd12860f945b260073d9.tar.gz gdb-e1625ed21770ff7fc57ffd12860f945b260073d9.tar.bz2 |
v850 files that weren't being removed if !keep-v850
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/.Sanitize | 7 |
1 files changed, 6 insertions, 1 deletions
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: |