projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b02d4da
)
m32r [work in progress]
author
David Edelsohn
<dje.gcc@gmail.com>
Mon, 30 Sep 1996 21:10:54 +0000
(21:10 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Mon, 30 Sep 1996 21:10:54 +0000
(21:10 +0000)
sim/.Sanitize
patch
|
blob
|
history
diff --git
a/sim/.Sanitize
b/sim/.Sanitize
index eb1f240968d81fbf01afeb1fb00d1e693e8882d4..2372ed9738f69151da8d08946d98cc0cd3d6b121 100644
(file)
--- 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}"