* config.sub (mips64vr4320-unknown-elf) : Added.
authorGavin Romig-Koch <gavin@redhat.com>
Tue, 3 Mar 1998 16:05:41 +0000 (16:05 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Tue, 3 Mar 1998 16:05:41 +0000 (16:05 +0000)
.Sanitize
ChangeLog
config.sub

index db3b4ddf8308b1ca399a1efb0b6b4dc383d5f26e..efb8379fef26b37da103bc52cb568521e60d654e 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -314,6 +314,35 @@ else
        done
 fi
 
+vr4320_files="ChangeLog config.sub"
+
+if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
+       for i in $vr4320_files ; do
+               if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping vr4320 stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"vr4320\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-vr4320/,/end-\sanitize\-vr4320/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
+
 tx19_files="ChangeLog config.sub"
 
 if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
index 555535f88b4b47d190d3d6d6214e5d7562ab8400..a7f964094f3e9745b07a630c3df0f82dd8a2fcb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-vr4320
+Tue Mar  3 11:01:52 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * config.sub (mips64vr4320-unknown-elf) : Added.
+
+end-sanitize-vr4320
 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (INSTALL_MODULES): Move install-tcl before
index fbc9c409d534c17060b082ae6ba9723e49e9ffab..b24cc535413a5a581fafa44ac5f9616cda88d127 100755 (executable)
@@ -207,6 +207,11 @@ case $basic_machine in
        thumb) # CYGNUS LOCAL: angela/thumb
                basic_machine=$basic_machine-unknown
                ;;
+# start-sanitize-vr4320
+       mips64vr4320 | mips64vr4320el)
+               basic_machine=$basic_machine-unknown
+               ;;
+# start-sanitize-vr4320
        mips64vr4300 | mips64vr4300el) # CYGNUS LOCAL jsmith/vr4300
                basic_machine=$basic_machine-unknown
                ;;
@@ -244,13 +249,19 @@ case $basic_machine in
        mips16) # CYGNUS LOCAL krk/mips16
                basic_machine=$basic_machine-unknown
                ;;
+       tic30) # CYGNUS LOCAL ian/tic30
+               basic_machine=$basic_machine-unknown
+               ;;
+       c30) # CYGNUS LOCAL ian/tic30
+               basic_machine=tic30-unknown
+               ;;
 # start-sanitize-tic80
        tic80)                          # CYGNUS LOCAL fnf/TIc80
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-tic80
 # start-sanitize-sky
-       txvu)
+       dvp)
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-sky
@@ -300,7 +311,7 @@ case $basic_machine in
        thumb-*) # CYGNUS LOCAL angela/thumb
                ;;
 # start-sanitize-sky
-       txvu-*)
+       dvp-* | txvu-*)
                ;;
 # end-sanitize-sky
        v850-*) # CYGNUS LOCAL
@@ -315,6 +326,10 @@ case $basic_machine in
        d30v-*) # CYGNUS LOCAL
                ;;
 # end-sanitize-d30v
+# start-sanitize-vr4320
+       mips64vr4320-* | mips64vr4320el-*)
+               ;;
+# end-sanitize-vr4320
        mips64vr4300-* | mips64vr4300el-*) # CYGNUS LOCAL jsmith/vr4300
                ;;
        mips64vr4100-* | mips64vr4100el-*) # CYGNUS LOCAL jsmith/vr4100
@@ -337,6 +352,11 @@ case $basic_machine in
 # end-sanitize-r5900
        mips16-*) # CYGNUS LOCAL krk/mips16
                ;;
+       tic30-*) # CYGNUS LOCAL ian/tic30
+               ;;
+       c30-*) # CYGNUS LOCAL ian/tic30
+               basic_machine=tic30-unknown
+               ;;
 # start-sanitize-tic80
        tic80-*)                                                # CYGNUS LOCAL fnf/TIc80
                ;;
This page took 0.03142 seconds and 4 git commands to generate.