From 6668e8af0e31c50dbd377fdc6fecdf3f114155f6 Mon Sep 17 00:00:00 2001 From: Angela Marie Thomas Date: Thu, 27 Feb 1997 08:15:42 +0000 Subject: [PATCH] only keep d10velf.sh for keep-d10v --- ld/emulparams/.Sanitize | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 95cc171ab8b..12c2427705f 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -23,6 +23,14 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi +d10v_files="d10velf.sh" + +if ( echo $* | grep keep\-d10v > /dev/null ) ; then + keep_these_too="${d10v_files} ${keep_these_too}" +else + lose_these_too="${d10v_files} ${lose_these_too}" +fi + d30v_files="d30velf.sh" if ( echo $* | grep keep\-d30v > /dev/null ) ; then -- 2.30.2