[svn-r1175] Added the recognition of the tflops (Intel Red) platform.

This commit is contained in:
Albert Cheng 1999-04-08 13:44:55 -05:00
parent bc351e9510
commit 84fe71eb14

4
bin/config.sub vendored
View File

@ -464,6 +464,10 @@ case $basic_machine in
basic_machine=i860-intel
os=-osf
;;
tflop*)
basic_machine=i386-intel
os=-osf1
;;
pbd)
basic_machine=sparc-tti
;;