Safely check in r16 targets for binutils.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
index c6442d20d7ecb734d6ec4d2c49c7c3b0f20e93de..3cbe36b885c2fcc6b477d38063c0363086af356c 100644 (file)
@@ -23,6 +23,14 @@ else
        lose_these_too="${mpw_files} ${lose_these_too}"
 fi
 
+r16_files="cpu-r16.c aout-r16.c"
+
+if ( echo $* | grep keep\-r16 > /dev/null ) ; then
+       keep_these_too="${r16_files} ${keep_these_too}"
+else
+       lose_these_too="${r16_files} ${lose_these_too}"
+fi
+
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
This page took 0.030594 seconds and 4 git commands to generate.