diff options
| author | Chong Yidong | 2007-01-27 18:40:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-01-27 18:40:43 +0000 |
| commit | 46683c5840345e7864e18e4ef3103984b8f700ba (patch) | |
| tree | f68ce2681b70d4b0e6a516fe0abbb276de50e245 | |
| parent | b99e3557ef91a0fb6da07e497e831c4dc15a0a09 (diff) | |
| download | emacs-46683c5840345e7864e18e4ef3103984b8f700ba.tar.gz emacs-46683c5840345e7864e18e4ef3103984b8f700ba.zip | |
Remove support for hp800 and sr2k machine types.
| -rw-r--r-- | configure.in | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/configure.in b/configure.in index 3c0dad5a561..ffafa585040 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -269,7 +269,6 @@ dnl see the `changequote' comment above. | |||
| 269 | vax-*-netbsd*) machine=vax ;; | 269 | vax-*-netbsd*) machine=vax ;; |
| 270 | arm-*-netbsd*) machine=arm ;; | 270 | arm-*-netbsd*) machine=arm ;; |
| 271 | x86_64-*-netbsd*) machine=amdx86-64 ;; | 271 | x86_64-*-netbsd*) machine=amdx86-64 ;; |
| 272 | hppa-*-netbsd*) machine=hp800 ;; | ||
| 273 | shle-*-netbsd*) machine=sh3el ;; | 272 | shle-*-netbsd*) machine=sh3el ;; |
| 274 | esac | 273 | esac |
| 275 | ;; | 274 | ;; |
| @@ -585,13 +584,6 @@ dnl see the `changequote' comment above. | |||
| 585 | machine=nh6000 opsys=powerunix | 584 | machine=nh6000 opsys=powerunix |
| 586 | NON_GNU_CPP="cc -Xo -E -P" | 585 | NON_GNU_CPP="cc -Xo -E -P" |
| 587 | ;; | 586 | ;; |
| 588 | ## SR2001/SR2201 running HI-UX/MPP | ||
| 589 | hppa1.1-hitachi-hiuxmpp* ) | ||
| 590 | machine=sr2k opsys=hiuxmpp | ||
| 591 | ;; | ||
| 592 | hppa1.1-hitachi-hiuxwe2* ) | ||
| 593 | machine=sr2k opsys=hiuxwe2 | ||
| 594 | ;; | ||
| 595 | ## Honeywell XPS100 | 587 | ## Honeywell XPS100 |
| 596 | xps*-honeywell-sysv* ) | 588 | xps*-honeywell-sysv* ) |
| 597 | machine=xps100 opsys=usg5-2 | 589 | machine=xps100 opsys=usg5-2 |
| @@ -614,50 +606,6 @@ dnl see the `changequote' comment above. | |||
| 614 | esac | 606 | esac |
| 615 | ;; | 607 | ;; |
| 616 | 608 | ||
| 617 | ## HP 9000 series 700 and 800, running HP/UX | ||
| 618 | hppa*-hp-hpux7* ) | ||
| 619 | machine=hp800 opsys=hpux | ||
| 620 | ;; | ||
| 621 | hppa*-hp-hpux8* ) | ||
| 622 | machine=hp800 opsys=hpux8 | ||
| 623 | ;; | ||
| 624 | hppa*-hp-hpux9shr* ) | ||
| 625 | machine=hp800 opsys=hpux9shr | ||
| 626 | ;; | ||
| 627 | hppa*-hp-hpux9* ) | ||
| 628 | machine=hp800 opsys=hpux9 | ||
| 629 | ;; | ||
| 630 | hppa*-hp-hpux10.2* ) | ||
| 631 | machine=hp800 opsys=hpux10-20 | ||
| 632 | ;; | ||
| 633 | hppa*-hp-hpux10* ) | ||
| 634 | machine=hp800 opsys=hpux10 | ||
| 635 | ;; | ||
| 636 | hppa*-hp-hpux1[1-9]* ) | ||
| 637 | machine=hp800 opsys=hpux11 | ||
| 638 | CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" | ||
| 639 | ;; | ||
| 640 | |||
| 641 | hppa*-*-linux-gnu* ) | ||
| 642 | machine=hp800 opsys=gnu-linux | ||
| 643 | ;; | ||
| 644 | |||
| 645 | ## HP 9000 series 700 and 800, running HP/UX | ||
| 646 | hppa*-hp-hpux* ) | ||
| 647 | ## Cross-compilation? Nah! | ||
| 648 | case "`uname -r`" in | ||
| 649 | ## Someone's system reports A.B8.05 for this. | ||
| 650 | ## I wonder what other possibilities there are. | ||
| 651 | *.B8.* ) machine=hp800 opsys=hpux8 ;; | ||
| 652 | *.08.* ) machine=hp800 opsys=hpux8 ;; | ||
| 653 | *.09.* ) machine=hp800 opsys=hpux9 ;; | ||
| 654 | *) machine=hp800 opsys=hpux10 ;; | ||
| 655 | esac | ||
| 656 | ;; | ||
| 657 | hppa*-*-nextstep* ) | ||
| 658 | machine=hp800 opsys=nextstep | ||
| 659 | ;; | ||
| 660 | |||
| 661 | ## Orion machines | 609 | ## Orion machines |
| 662 | orion-orion-bsd* ) | 610 | orion-orion-bsd* ) |
| 663 | machine=orion opsys=bsd4-2 | 611 | machine=orion opsys=bsd4-2 |