* config.bfd, configure.in: Add dvp support.
[binutils-gdb.git] / bfd / .Sanitize
index fb02228075ee1acd777344a521d4eaee32e72130..da60467bcf8a00c79c2bd6fbf1705884bd300b95 100644 (file)
@@ -31,14 +31,6 @@ else
        lose_these_too="${tic80_files} ${lose_these_too}"
 fi
 
-sky_files="cpu-txvu.c elf32-txvu.c"
-
-if ( echo $* | grep keep\-sky > /dev/null ) ; then
-       keep_these_too="${sky_files} ${keep_these_too}"
-else
-       lose_these_too="${sky_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
@@ -578,7 +570,7 @@ else
        done
 fi
 
-sky_files="ChangeLog Makefile.in Makefile.am archures.c elf.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h libbfd.h"
+sky_files="ChangeLog archures.c reloc.c cpu-mips.c config.bfd configure.in configure bfd-in2.h libbfd.h"
 if ( echo $* | grep keep\-sky > /dev/null ) ; then
        for i in $sky_files ; do
                if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then