done
fi
+tic80_files="ChangeLog config.sub configure.in"
+
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
+ for i in $tic80_files ; do
+ if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Keeping tic80 stuff in $i
+ fi
+ fi
+ done
+else
+ for i in * ; do
+ if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Removing traces of \"tic80\" from $i...
+ fi
+ cp $i new
+ sed '/start\-sanitize\-tic80/,/end-\sanitize\-tic80/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
+
if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
echo Catering to RMS by removing traces of \"gdbtk\"...
if [ -n "${verbose}" ] ; then
+start-sanitize-tic80
+Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
+
+ * config.sub (case $basic_machine): Add tic80 entries.
+
+start-sanitize-tic80
Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
* config.sub, config.guess: Merge with latest FSF sources.
basic_machine=$basic_machine-unknown
;;
# END CYGNUS LOCAL
+# start-sanitize-tic80
+ tic80) # CYGNUS LOCAL fnf/TIc80
+ basic_machine=$basic_machine-unknown
+ ;;
+# end-sanitize-tic80
# start-sanitize-v850
v850) # CYGNUS LOCAL jtc/v850
basic_machine=$basic_machine-unknown
;;
mips16-*) # CYGNUS LOCAL krk/mips16
;;
+# start-sanitize-tic80
+ tic80-*) # CYGNUS LOCAL fnf/TIc80
+ ;;
+# end-sanitize-tic80
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd) # CYGNUS LOCAL