Changeset 4200 for trunk/configure
- Timestamp:
- 04/07/07 15:49:28 (2 years ago)
- Files:
-
- trunk/configure (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r4196 r4200 2261 2261 vax-*-openbsd*) machine=vax ;; 2262 2262 x86_64-*-openbsd*) machine=amdx86-64 ;; 2263 i386-*-openbsd*) machine=intel386 ;;2264 x86_64-*-openbsd*) machine=amdx86-64 ;;2265 m68k-*-openbsd*) machine=hp9000s300 ;;2266 mipsel-*-openbsd*) machine=pmax ;;2267 ns32k-*-openbsd*) machine=ns32000 ;;2268 sparc-*-openbsd*) machine=sparc ;;2269 vax-*-openbsd*) machine=vax ;;2270 2263 esac 2271 2264 ;; … … 2567 2560 NON_GNU_CPP="cc -Xo -E -P" 2568 2561 ;; 2562 ## SR2001/SR2201 running HI-UX/MPP 2563 hppa1.1-hitachi-hiuxmpp* ) 2564 machine=sr2k opsys=hiuxmpp 2565 ;; 2566 hppa1.1-hitachi-hiuxwe2* ) 2567 machine=sr2k opsys=hiuxwe2 2568 ;; 2569 2569 ## Honeywell XPS100 2570 2570 xps*-honeywell-sysv* ) … … 2589 2589 ;; 2590 2590 2591 ## HP 9000 series 700 and 800, running HP/UX 2592 hppa*-hp-hpux7* ) 2593 machine=hp800 opsys=hpux 2594 ;; 2595 hppa*-hp-hpux8* ) 2596 machine=hp800 opsys=hpux8 2597 ;; 2598 hppa*-hp-hpux9shr* ) 2599 machine=hp800 opsys=hpux9shr 2600 ;; 2601 hppa*-hp-hpux9* ) 2602 machine=hp800 opsys=hpux9 2603 ;; 2604 hppa*-hp-hpux10.2* ) 2605 machine=hp800 opsys=hpux10-20 2606 ;; 2607 hppa*-hp-hpux10* ) 2608 machine=hp800 opsys=hpux10 2609 ;; 2610 hppa*-hp-hpux1[1-9]* ) 2611 machine=hp800 opsys=hpux11 2612 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" 2613 ;; 2614 2591 2615 hppa*-*-linux-gnu* ) 2592 2616 machine=hp800 opsys=gnu-linux 2593 2617 ;; 2594 2618 2619 ## HP 9000 series 700 and 800, running HP/UX 2620 hppa*-hp-hpux* ) 2621 ## Cross-compilation? Nah! 2622 case "`uname -r`" in 2623 ## Someone's system reports A.B8.05 for this. 2624 ## I wonder what other possibilities there are. 2625 *.B8.* ) machine=hp800 opsys=hpux8 ;; 2626 *.08.* ) machine=hp800 opsys=hpux8 ;; 2627 *.09.* ) machine=hp800 opsys=hpux9 ;; 2628 *) machine=hp800 opsys=hpux10 ;; 2629 esac 2630 ;; 2595 2631 hppa*-*-nextstep* ) 2596 2632 machine=hp800 opsys=nextstep … … 2631 2667 ;; 2632 2668 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) 2669 machine=ibmrs6000 opsys=aix4-2 2670 ;; 2671 rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* ) 2633 2672 machine=ibmrs6000 opsys=aix4-2 2634 2673 ;; … … 2958 2997 *-sunos5* | *-solaris* ) 2959 2998 opsys=sol2-6 2960 NON_GNU_CPP=/usr/ccs/lib/cpp 2999 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 3000 ## -Xs prevents spurious whitespace. 3001 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" 3002 else 3003 NON_GNU_CPP=/usr/ccs/lib/cpp 3004 fi 2961 3005 ;; 2962 3006 * ) opsys=bsd4-2 ;;
