From: Martin Hunt Date: Tue, 23 Jul 1996 18:01:42 +0000 (+0000) Subject: start-sanitize-d10v X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=683b24264305fb99c26aed7321c00b476234bf3a;p=binutils-gdb.git start-sanitize-d10v Tue Jul 23 10:36:19 1996 Martin M. Hunt * emulparams/d10velf.sh: New file. end-sanitize-d10v --- diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 2a9763210e2..4114ff4800d 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 + # 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