Mercurial > emacs
comparison configure @ 76676:fc7b35f4707e
Regenerate with restored HP support.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 23 Mar 2007 03:07:45 +0000 |
parents | 1d5afc7b98a1 |
children | 476a6af9dfd5 |
comparison
equal
deleted
inserted
replaced
76675:7efd8428be18 | 76676:fc7b35f4707e |
---|---|
2557 ## Harris power pc NightHawk running Power UNIX (Series 6000) | 2557 ## Harris power pc NightHawk running Power UNIX (Series 6000) |
2558 powerpc-harris-powerunix ) | 2558 powerpc-harris-powerunix ) |
2559 machine=nh6000 opsys=powerunix | 2559 machine=nh6000 opsys=powerunix |
2560 NON_GNU_CPP="cc -Xo -E -P" | 2560 NON_GNU_CPP="cc -Xo -E -P" |
2561 ;; | 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 ;; | |
2562 ## Honeywell XPS100 | 2569 ## Honeywell XPS100 |
2563 xps*-honeywell-sysv* ) | 2570 xps*-honeywell-sysv* ) |
2564 machine=xps100 opsys=usg5-2 | 2571 machine=xps100 opsys=usg5-2 |
2565 ;; | 2572 ;; |
2566 | 2573 |
2579 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;; | 2586 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;; |
2580 *) machine=hp9000s300 opsys=hpux ;; | 2587 *) machine=hp9000s300 opsys=hpux ;; |
2581 esac | 2588 esac |
2582 ;; | 2589 ;; |
2583 | 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 | |
2584 hppa*-*-linux-gnu* ) | 2615 hppa*-*-linux-gnu* ) |
2585 machine=hp800 opsys=gnu-linux | 2616 machine=hp800 opsys=gnu-linux |
2586 ;; | 2617 ;; |
2587 | 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 ;; | |
2588 hppa*-*-nextstep* ) | 2631 hppa*-*-nextstep* ) |
2589 machine=hp800 opsys=nextstep | 2632 machine=hp800 opsys=nextstep |
2590 ;; | 2633 ;; |
2591 | 2634 |
2592 ## Orion machines | 2635 ## Orion machines |