Changeset 4200 for trunk/configure.in
- Timestamp:
- 2007年04月07日 15時49分28秒 (2 years ago)
- Files:
-
- trunk/configure.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.in
r4196 r4200 594 594 NON_GNU_CPP="cc -Xo -E -P" 595 595 ;; 596 ## SR2001/SR2201 running HI-UX/MPP 597 hppa1.1-hitachi-hiuxmpp* ) 598 machine=sr2k opsys=hiuxmpp 599 ;; 600 hppa1.1-hitachi-hiuxwe2* ) 601 machine=sr2k opsys=hiuxwe2 602 ;; 596 603 ## Honeywell XPS100 597 604 xps*-honeywell-sysv* ) … … 616 623 ;; 617 624 625 ## HP 9000 series 700 and 800, running HP/UX 626 hppa*-hp-hpux7* ) 627 machine=hp800 opsys=hpux 628 ;; 629 hppa*-hp-hpux8* ) 630 machine=hp800 opsys=hpux8 631 ;; 632 hppa*-hp-hpux9shr* ) 633 machine=hp800 opsys=hpux9shr 634 ;; 635 hppa*-hp-hpux9* ) 636 machine=hp800 opsys=hpux9 637 ;; 638 hppa*-hp-hpux10.2* ) 639 machine=hp800 opsys=hpux10-20 640 ;; 641 hppa*-hp-hpux10* ) 642 machine=hp800 opsys=hpux10 643 ;; 644 hppa*-hp-hpux1[1-9]* ) 645 machine=hp800 opsys=hpux11 646 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" 647 ;; 648 618 649 hppa*-*-linux-gnu* ) 619 650 machine=hp800 opsys=gnu-linux 620 651 ;; 621 652 653 ## HP 9000 series 700 and 800, running HP/UX 654 hppa*-hp-hpux* ) 655 ## Cross-compilation? Nah! 656 case "`uname -r`" in 657 ## Someone's system reports A.B8.05 for this. 658 ## I wonder what other possibilities there are. 659 *.B8.* ) machine=hp800 opsys=hpux8 ;; 660 *.08.* ) machine=hp800 opsys=hpux8 ;; 661 *.09.* ) machine=hp800 opsys=hpux9 ;; 662 *) machine=hp800 opsys=hpux10 ;; 663 esac 664 ;; 622 665 hppa*-*-nextstep* ) 623 666 machine=hp800 opsys=nextstep … … 658 701 ;; 659 702 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) 703 machine=ibmrs6000 opsys=aix4-2 704 ;; 705 rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* ) 660 706 machine=ibmrs6000 opsys=aix4-2 661 707 ;; … … 985 1031 *-sunos5* | *-solaris* ) 986 1032 opsys=sol2-6 987 NON_GNU_CPP=/usr/ccs/lib/cpp 1033 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 1034 ## -Xs prevents spurious whitespace. 1035 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" 1036 else 1037 NON_GNU_CPP=/usr/ccs/lib/cpp 1038 fi 988 1039 ;; 989 1040 * ) opsys=bsd4-2 ;;
