diff options
| author | Chong Yidong | 2007-01-27 18:41:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-01-27 18:41:05 +0000 |
| commit | 2c84b9d85d15518330ad150e666024272e81be2d (patch) | |
| tree | e71544356c14ebc41c01686ddeb0eb0568a9c234 | |
| parent | 46683c5840345e7864e18e4ef3103984b8f700ba (diff) | |
| download | emacs-2c84b9d85d15518330ad150e666024272e81be2d.tar.gz emacs-2c84b9d85d15518330ad150e666024272e81be2d.zip | |
Regenerate.
| -rwxr-xr-x | configure | 52 |
1 files changed, 0 insertions, 52 deletions
| @@ -2235,7 +2235,6 @@ _ACEOF | |||
| 2235 | vax-*-netbsd*) machine=vax ;; | 2235 | vax-*-netbsd*) machine=vax ;; |
| 2236 | arm-*-netbsd*) machine=arm ;; | 2236 | arm-*-netbsd*) machine=arm ;; |
| 2237 | x86_64-*-netbsd*) machine=amdx86-64 ;; | 2237 | x86_64-*-netbsd*) machine=amdx86-64 ;; |
| 2238 | hppa-*-netbsd*) machine=hp800 ;; | ||
| 2239 | shle-*-netbsd*) machine=sh3el ;; | 2238 | shle-*-netbsd*) machine=sh3el ;; |
| 2240 | esac | 2239 | esac |
| 2241 | ;; | 2240 | ;; |
| @@ -2551,13 +2550,6 @@ _ACEOF | |||
| 2551 | machine=nh6000 opsys=powerunix | 2550 | machine=nh6000 opsys=powerunix |
| 2552 | NON_GNU_CPP="cc -Xo -E -P" | 2551 | NON_GNU_CPP="cc -Xo -E -P" |
| 2553 | ;; | 2552 | ;; |
| 2554 | ## SR2001/SR2201 running HI-UX/MPP | ||
| 2555 | hppa1.1-hitachi-hiuxmpp* ) | ||
| 2556 | machine=sr2k opsys=hiuxmpp | ||
| 2557 | ;; | ||
| 2558 | hppa1.1-hitachi-hiuxwe2* ) | ||
| 2559 | machine=sr2k opsys=hiuxwe2 | ||
| 2560 | ;; | ||
| 2561 | ## Honeywell XPS100 | 2553 | ## Honeywell XPS100 |
| 2562 | xps*-honeywell-sysv* ) | 2554 | xps*-honeywell-sysv* ) |
| 2563 | machine=xps100 opsys=usg5-2 | 2555 | machine=xps100 opsys=usg5-2 |
| @@ -2580,50 +2572,6 @@ _ACEOF | |||
| 2580 | esac | 2572 | esac |
| 2581 | ;; | 2573 | ;; |
| 2582 | 2574 | ||
| 2583 | ## HP 9000 series 700 and 800, running HP/UX | ||
| 2584 | hppa*-hp-hpux7* ) | ||
| 2585 | machine=hp800 opsys=hpux | ||
| 2586 | ;; | ||
| 2587 | hppa*-hp-hpux8* ) | ||
| 2588 | machine=hp800 opsys=hpux8 | ||
| 2589 | ;; | ||
| 2590 | hppa*-hp-hpux9shr* ) | ||
| 2591 | machine=hp800 opsys=hpux9shr | ||
| 2592 | ;; | ||
| 2593 | hppa*-hp-hpux9* ) | ||
| 2594 | machine=hp800 opsys=hpux9 | ||
| 2595 | ;; | ||
| 2596 | hppa*-hp-hpux10.2* ) | ||
| 2597 | machine=hp800 opsys=hpux10-20 | ||
| 2598 | ;; | ||
| 2599 | hppa*-hp-hpux10* ) | ||
| 2600 | machine=hp800 opsys=hpux10 | ||
| 2601 | ;; | ||
| 2602 | hppa*-hp-hpux1[1-9]* ) | ||
| 2603 | machine=hp800 opsys=hpux11 | ||
| 2604 | CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" | ||
| 2605 | ;; | ||
| 2606 | |||
| 2607 | hppa*-*-linux-gnu* ) | ||
| 2608 | machine=hp800 opsys=gnu-linux | ||
| 2609 | ;; | ||
| 2610 | |||
| 2611 | ## HP 9000 series 700 and 800, running HP/UX | ||
| 2612 | hppa*-hp-hpux* ) | ||
| 2613 | ## Cross-compilation? Nah! | ||
| 2614 | case "`uname -r`" in | ||
| 2615 | ## Someone's system reports A.B8.05 for this. | ||
| 2616 | ## I wonder what other possibilities there are. | ||
| 2617 | *.B8.* ) machine=hp800 opsys=hpux8 ;; | ||
| 2618 | *.08.* ) machine=hp800 opsys=hpux8 ;; | ||
| 2619 | *.09.* ) machine=hp800 opsys=hpux9 ;; | ||
| 2620 | *) machine=hp800 opsys=hpux10 ;; | ||
| 2621 | esac | ||
| 2622 | ;; | ||
| 2623 | hppa*-*-nextstep* ) | ||
| 2624 | machine=hp800 opsys=nextstep | ||
| 2625 | ;; | ||
| 2626 | |||
| 2627 | ## Orion machines | 2575 | ## Orion machines |
| 2628 | orion-orion-bsd* ) | 2576 | orion-orion-bsd* ) |
| 2629 | machine=orion opsys=bsd4-2 | 2577 | machine=orion opsys=bsd4-2 |