diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-08-28 17:17:43 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-08-28 17:17:43 +0000 |
commit | 207cec8b17afce742b0d439a3e91b72c0aedaf7a (patch) | |
tree | 0a687125c763bb7ff82386af3e370e38cd0b34e0 /ld | |
parent | 24ccf6b72e6146902713f8f6e5667fe4024a1fdc (diff) | |
download | gdb-207cec8b17afce742b0d439a3e91b72c0aedaf7a.zip gdb-207cec8b17afce742b0d439a3e91b72c0aedaf7a.tar.gz gdb-207cec8b17afce742b0d439a3e91b72c0aedaf7a.tar.bz2 |
Remove arc sanitization.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/emulparams/.Sanitize | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index c697d73..0643ba9 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -15,14 +15,6 @@ Do-first: -arc_files="arcelf.sh" - -if ( echo $* | grep keep\-arc > /dev/null ) ; then - keep_these_too="${arc_files} ${keep_these_too}" -else - lose_these_too="${arc_files} ${lose_these_too}" -fi - d30v_files="d30velf.sh" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -60,6 +52,7 @@ a29k.sh aixppc.sh aixrs6.sh alpha.sh +arcelf.sh armaoutb.sh armaoutl.sh armcoff.sh |