diff options
Diffstat (limited to 'ld/emulparams/.Sanitize')
-rw-r--r-- | ld/emulparams/.Sanitize | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index c690aca..b00239c 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -23,12 +23,12 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi -d10v_files="d10velf.sh" +d30v_files="d30velf.sh" -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - keep_these_too="${d10v_files} ${keep_these_too}" +if ( echo $* | grep keep\-d30v > /dev/null ) ; then + keep_these_too="${d30v_files} ${keep_these_too}" else - lose_these_too="${d10v_files} ${lose_these_too}" + lose_these_too="${d30v_files} ${lose_these_too}" fi m32r_files="m32relf.sh" |