diff options
author | Angela Marie Thomas <angela@cygnus> | 1998-05-13 01:20:22 +0000 |
---|---|---|
committer | Angela Marie Thomas <angela@cygnus> | 1998-05-13 01:20:22 +0000 |
commit | b3c22f56b8a8649ee80dfa0b55fd215394b7cb8f (patch) | |
tree | 67dd529dc4a7ed08f615bbf418e92850f84d7641 /gdb/config/mips | |
parent | cc1ad6456832c3c8ac31fe6a60738c2830363fb9 (diff) | |
download | gdb-b3c22f56b8a8649ee80dfa0b55fd215394b7cb8f.zip gdb-b3c22f56b8a8649ee80dfa0b55fd215394b7cb8f.tar.gz gdb-b3c22f56b8a8649ee80dfa0b55fd215394b7cb8f.tar.bz2 |
fix thinko that broke sanitized vr4100 build
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/.Sanitize | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize index 26958f7..4b512fa 100644 --- a/gdb/config/mips/.Sanitize +++ b/gdb/config/mips/.Sanitize @@ -15,20 +15,6 @@ Do-first: -vr4111_files="tm-vr4xxx.h vr4xxx.mt" - -if ( echo $* | grep keep\-vr4111 > /dev/null ) ; then - keep_these_too="${vr4111_files} ${keep_these_too}" - if [ -n "${verbose}" ] ; then - echo Keeping ${vr4111_files} - fi -else - lose_these_too="${vr4111_files} ${lose_these_too}" - if [ -n "${verbose}" ] ; then - echo Deleting ${vr4111_files} - fi -fi - tx19_files="tm-tx19.h tm-tx19l.h tx19.mt tx19l.mt" if ( echo $* | grep keep\-tx19 > /dev/null ) ; then @@ -124,6 +110,7 @@ tm-mipsm3.h tm-mipsv4.h tm-tx39.h tm-tx39l.h +tm-vr4xxx.h tm-vr4300.h tm-vr4300el.h tm-vr5000.h @@ -131,6 +118,7 @@ tm-vr5000el.h tm-vxmips.h tx39.mt tx39l.mt +vr4xxx.mt vr4300.mt vr4300el.mt vr5000.mt |