diff options
author | Catherine Moore <clm@redhat.com> | 1998-08-27 20:40:30 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-08-27 20:40:30 +0000 |
commit | 28278f903209f7f8408c65ff862bc1495287845d (patch) | |
tree | 927d31b3e166211d1d6bf863b0688993b5a465ca /ld/scripttempl/.Sanitize | |
parent | 4be26f9d58e8da648c2ba776f8a5195177fb1384 (diff) | |
download | gdb-28278f903209f7f8408c65ff862bc1495287845d.zip gdb-28278f903209f7f8408c65ff862bc1495287845d.tar.gz gdb-28278f903209f7f8408c65ff862bc1495287845d.tar.bz2 |
add elfarm.sc to things to keep
Diffstat (limited to 'ld/scripttempl/.Sanitize')
-rw-r--r-- | ld/scripttempl/.Sanitize | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 98e8d78..def65be 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -29,13 +29,6 @@ else lose_these_too="${beos_files} ${lose_these_too}" fi -armelf_files="elfarm.sc" -if ( echo $* | grep keep\-armelf > /dev/null ) ; then - keep_these_too="${armelf_files} ${keep_these_too}" -else - lose_these_too="${armelf_files} ${lose_these_too}" -fi - # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -54,6 +47,7 @@ armcoff.sc delta68.sc ebmon29k.sc elf.sc +elfarm.sc elfd10v.sc elfd30v.sc elfppc.sc |