diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-06-08 03:45:18 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-06-08 03:45:18 +0000 |
commit | 4906b2a367d7a73dad85cd759466c271fe872068 (patch) | |
tree | 9a3ffa5afe55f1a24bc6eed45df6addbb31c692b /bfd/.Sanitize | |
parent | ed381b67194761db012cafa444e02d4e80839a09 (diff) | |
download | gdb-4906b2a367d7a73dad85cd759466c271fe872068.zip gdb-4906b2a367d7a73dad85cd759466c271fe872068.tar.gz gdb-4906b2a367d7a73dad85cd759466c271fe872068.tar.bz2 |
Kill r16/rce/acp stuff.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 583ab69..d2555a0 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -15,14 +15,6 @@ Do-first: -rce_files="cpu-rce.c aout-rce.c" - -if ( echo $* | grep keep\-rce > /dev/null ) ; then - keep_these_too="${rce_files} ${keep_these_too}" -else - lose_these_too="${rce_files} ${lose_these_too}" -fi - arc_files="cpu-arc.c elf32-arc.c" if ( echo $* | grep keep\-arc > /dev/null ) ; then |