* config/mips/tm-mips.h (MAKE_MSYMBOL_SPECIAL): Force MIPS16
[deliverable/binutils-gdb.git] / config / .Sanitize
index f50d956a7ccbc3f24668a3e022e4f62af1aed158..74d0e1b0c9e44c24446d685bbb77dc4a53fb2f20 100644 (file)
@@ -53,6 +53,7 @@ mh-ncr3000
 mh-ncrsvr43
 mh-necv4
 mh-papic
+mh-ppcpic
 mh-riscos
 mh-sco
 mh-solaris
@@ -65,9 +66,11 @@ mh-windows
 mh-x86pic
 mpw
 mpw-mh-mpw
+mt-linux
 mt-m68kpic
 mt-netware
 mt-papic
+mt-ppcpic
 mt-sparcpic
 mt-v810
 mt-x86pic
@@ -105,5 +108,33 @@ else
        done
 fi
 
+cygnus_files="mh-go32"
+
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
+       for i in $cygnus_files ; do
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping cygnus stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in $cygnus_files ; do
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"cygnus\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
+                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
+                               if [ -n "${verbose}" ] ; then
+                                       echo Caching $i in .Recover...
+                               fi
+                               mv $i .Recover
+                       fi
+                       mv new $i
+               fi
+       done
+fi
 
 # End of file.
This page took 0.023316 seconds and 4 git commands to generate.