aboutsummaryrefslogtreecommitdiff
path: root/ld/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r--ld/.Sanitize13
1 files changed, 9 insertions, 4 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index cbb142b..72457cd 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -28,10 +28,14 @@ Makefile.in
NEWS
README
TODO
-config
-config.h
+acconfig.h
+aclocal.m4
+config.h.in
+configure
configure.bat
+configure.host
configure.in
+configure.tgt
dep-in.sed
emulparams
emultempl
@@ -71,13 +75,14 @@ mpw-make.in
mri.c
mri.h
scripttempl
+sysdep.h
testsuite
Things-to-lose:
Do-last:
-rce_files="configure.in Makefile.in"
+rce_files="configure.in configure.tgt Makefile.in"
if ( echo $* | grep keep\-rce > /dev/null ) ; then
for i in $rce_files ; do
@@ -106,7 +111,7 @@ else
done
fi
-arc_files="ChangeLog configure.in Makefile.in"
+arc_files="ChangeLog configure.in configure.tgt Makefile.in"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
for i in $arc_files ; do