* config.sub (mips64vr4320-unknown-elf) : Added.

This commit is contained in:
Gavin Romig-Koch 1998-03-03 16:05:41 +00:00
parent ca6f76d135
commit 33d917afb9
3 changed files with 57 additions and 2 deletions

View File

@ -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

View File

@ -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

24
config.sub vendored
View File

@ -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
;;