diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-03 23:26:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-03 23:26:21 +0000 |
commit | 3234b2e7a5fe213778abc686abcc3f5b1f44fa7d (patch) | |
tree | ab45f686f4aac240e8dd29807c24a36ab40549a7 /gdb/config/.Sanitize | |
parent | 6ff87eadf94eda2af9e15b0f39cb6e74c18c838f (diff) | |
download | gdb-3234b2e7a5fe213778abc686abcc3f5b1f44fa7d.zip gdb-3234b2e7a5fe213778abc686abcc3f5b1f44fa7d.tar.gz gdb-3234b2e7a5fe213778abc686abcc3f5b1f44fa7d.tar.bz2 |
removed v850 sanitization.
Diffstat (limited to 'gdb/config/.Sanitize')
-rw-r--r-- | gdb/config/.Sanitize | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 0f75349..9515f10 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -35,20 +35,6 @@ else fi fi -v850_files="v850" - -if ( echo $* | grep keep\-v850 > /dev/null ) ; then - keep_these_too="${v850_files} ${keep_these_too}" - if [ -n "${verbose}" ] ; then - echo Keeping ${v850_files} - fi -else - lose_these_too="${v850_files} ${lose_these_too}" - if [ -n "${verbose}" ] ; then - echo Deleting ${v850_files} - fi -fi - tic80_files="tic80" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then @@ -113,6 +99,7 @@ xm-lynx.h xm-mpw.h xm-nbsd.h xm-sysv4.h +v850 w65 z8k |