diff options
Diffstat (limited to 'gdb/config/sparc/.Sanitize')
-rw-r--r-- | gdb/config/sparc/.Sanitize | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/sparc/.Sanitize b/gdb/config/sparc/.Sanitize index 1119d93..6b22afe 100644 --- a/gdb/config/sparc/.Sanitize +++ b/gdb/config/sparc/.Sanitize @@ -13,6 +13,10 @@ Do-first: +if ( echo $* | grep keep\-v9 > /dev/null ) ; then + keep_these_too="sp64sim.mt tm-sp64.h tm-sp64sim.h" +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 |