* NOTES.config (Implementation): as.h #define's "GAS" not "gas",
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
index 97641cb645b7695a5a0de42d881c55022197985e..a83279cfd229a339c495742b2d292105e6d16a38 100644 (file)
@@ -39,6 +39,13 @@ else
        lose_these_too="${v850_files} ${lose_these_too}"
 fi
 
+tic80_files="tc-tic80.c tc-tic80.h"
+
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
+       keep_these_too="${tic80_files} ${keep_these_too}"
+else
+       lose_these_too="${tic80_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.
This page took 0.024089 seconds and 4 git commands to generate.