comparison configure.in @ 15641:d966f03cdcab

Use s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3
author Karl Heuer <kwzh@gnu.org>
date Thu, 11 Jul 1996 23:32:29 +0000
parents f510f75d8e4c
children 7afd4383ddd3
comparison
equal deleted inserted replaced
15640:30a6926318aa 15641:d966f03cdcab
512 ## Sequent Symmetry running DYNIX/ptx 512 ## Sequent Symmetry running DYNIX/ptx
513 ## Use the old cpp rather than the newer ANSI one. 513 ## Use the old cpp rather than the newer ANSI one.
514 i[3456]86-sequent-ptx* ) 514 i[3456]86-sequent-ptx* )
515 machine=sequent-ptx opsys=ptx 515 machine=sequent-ptx opsys=ptx
516 NON_GNU_CPP="/lib/cpp" 516 NON_GNU_CPP="/lib/cpp"
517 ;;
518
519 ## ncr machine running svr4.3.
520 i[3456]86-ncr-sysv4.3 )
521 machine=ncr386 opsys=usg5-4-3
517 ;; 522 ;;
518 523
519 ## Unspecified sysv on an ncr machine defaults to svr4.2. 524 ## Unspecified sysv on an ncr machine defaults to svr4.2.
520 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) 525 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
521 i[3456]86-ncr-sysv* ) 526 i[3456]86-ncr-sysv* )