comparison config.sub @ 8620:bd28973c6fe8

Revert pc532 handling.
author Charles Hannum <mycroft@gnu.org>
date Thu, 25 Aug 1994 00:37:35 +0000
parents a131e8501151
children 4d399ce17485
comparison
equal deleted inserted replaced
8619:a131e8501151 8620:bd28973c6fe8
381 basic_machine=sparc-tti 381 basic_machine=sparc-tti
382 ;; 382 ;;
383 pbb) 383 pbb)
384 basic_machine=m68k-tti 384 basic_machine=m68k-tti
385 ;; 385 ;;
386 pc532) 386 pc532 | pc532-*)
387 case $os in 387 basic_machine=ns32k-pc532
388 -netbsd*)
389 basic_machine=pc532-unknown
390 ;;
391 *)
392 basic_machine=ns32k-pc532
393 ;;
394 esac
395 ;; 388 ;;
396 pentium-*) 389 pentium-*)
397 # We will change tis to say i586 once there has been 390 # We will change tis to say i586 once there has been
398 # time for various packages to start to recognize that. 391 # time for various packages to start to recognize that.
399 basic_machine=i486-`echo $basic_machine | sed 's/^[^-]*-//'` 392 basic_machine=i486-`echo $basic_machine | sed 's/^[^-]*-//'`