aboutsummaryrefslogtreecommitdiff
path: root/sim/.Sanitize
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-12 02:27:22 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-12 02:27:22 +0000
commit7a2f7ea758abaa43d223b9559e4b8774b399b967 (patch)
tree235a9d276fecb2a5355c792aa780d5eaa0a65458 /sim/.Sanitize
parentcf5c6e6e5d3c2ab61752dfc69a432f7b38fc88b0 (diff)
downloadgdb-7a2f7ea758abaa43d223b9559e4b8774b399b967.zip
gdb-7a2f7ea758abaa43d223b9559e4b8774b399b967.tar.gz
gdb-7a2f7ea758abaa43d223b9559e4b8774b399b967.tar.bz2
v850* wants igen
Diffstat (limited to 'sim/.Sanitize')
-rw-r--r--sim/.Sanitize8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/.Sanitize b/sim/.Sanitize
index 6d4472b..8ef2370 100644
--- a/sim/.Sanitize
+++ b/sim/.Sanitize
@@ -33,6 +33,14 @@ else
lose_these_too="${tic80_files} ${lose_these_too}"
fi
+v850_files="v850"
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+ keep_these_too="${v850_files} ${igen_files} ${keep_these_too}"
+ igen_files=
+else
+ lose_these_too="${v850_files} ${lose_these_too}"
+fi
+
lose_these_too="${igen_files} ${lose_these_too}"
# All files listed between the "Things-to-keep:" line and the