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:
3970ecc
)
Add a "keep-vr4320" section so that tm-vr4320.h and vr4320.mt are
author
Jason Molenda
<jmolenda@apple.com>
Tue, 21 Apr 1998 19:23:31 +0000
(19:23 +0000)
committer
Jason Molenda
<jmolenda@apple.com>
Tue, 21 Apr 1998 19:23:31 +0000
(19:23 +0000)
removed by default.
gdb/config/mips/.Sanitize
patch
|
blob
|
history
diff --git
a/gdb/config/mips/.Sanitize
b/gdb/config/mips/.Sanitize
index 5a68cc3d9eae6c3efb62b8eb73ef80c526bf0ae5..26958f7d31df2b2343da26f2be56883c278fac56 100644
(file)
--- a/
gdb/config/mips/.Sanitize
+++ b/
gdb/config/mips/.Sanitize
@@
-69,6
+69,12
@@
else
lose_these_too="tm-txvu.h txvu.mt ${lose_these_too}"
fi
+if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
+ keep_these_too="tm-vr4320.h vr4320.mt ${keep_these_too}"
+else
+ lose_these_too="tm-vr4320.h vr4320.mt ${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