diff options
author | Ron Unrau <runrau@cygnus> | 1998-01-22 23:25:18 +0000 |
---|---|---|
committer | Ron Unrau <runrau@cygnus> | 1998-01-22 23:25:18 +0000 |
commit | 64708c01f5f8f4d3da6c60ed7dfcf7b9ed3a0036 (patch) | |
tree | 8e613d45e13a4b9fdd7aae9e72d79a49534546a8 /gdb/config | |
parent | ea4d289e43fb7f605e3bb9f28a60cedda6cb9214 (diff) | |
download | gdb-64708c01f5f8f4d3da6c60ed7dfcf7b9ed3a0036.zip gdb-64708c01f5f8f4d3da6c60ed7dfcf7b9ed3a0036.tar.gz gdb-64708c01f5f8f4d3da6c60ed7dfcf7b9ed3a0036.tar.bz2 |
Add sanitize-sky for txvu stuff.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/.Sanitize | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize index 3953b5a..fd379ff 100644 --- a/gdb/config/mips/.Sanitize +++ b/gdb/config/mips/.Sanitize @@ -49,6 +49,12 @@ else lose_these_too="tm-r5900.h r5900.mt ${lose_these_too}" fi +if ( echo $* | grep keep\-sky > /dev/null ) ; then + keep_these_too="tm-txvu.h txvu.mt ${keep_these_too}" +else + lose_these_too="tm-txvu.h txvu.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 |