diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-03 18:16:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-03 18:16:22 +0000 |
commit | 47819b7207b21e605827adaa5c1fcc99b0356e76 (patch) | |
tree | 4d6ca52b1bbeadb0d08050a7dfc8bb3ac9190f91 /gdb/config | |
parent | aa49c64f3e93a777b3938daac491bbc983f93cf4 (diff) | |
download | binutils-47819b7207b21e605827adaa5c1fcc99b0356e76.zip binutils-47819b7207b21e605827adaa5c1fcc99b0356e76.tar.gz binutils-47819b7207b21e605827adaa5c1fcc99b0356e76.tar.bz2 |
Add v850 directory to keep list
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/.Sanitize | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 4b36c2f..8f8596f 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -29,12 +29,6 @@ else fi fi -if ( echo $* | grep keep\-v850 > /dev/null ) ; then - keep_these_too="v850 ${keep_these_too}" -else - lose_these_too="v850 ${lose_these_too}" -fi - d30v_files="d30v" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -95,6 +89,7 @@ tm-nbsd.h tm-sunos.h tm-sysv4.h vax +v850 xm-aix4.h xm-lynx.h xm-mpw.h |