diff options
| author | Paul Eggert | 2011-08-30 13:46:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-30 13:46:59 -0700 |
| commit | 1f87634f0a68f181c4b5aa526fe2985f6c10328c (patch) | |
| tree | 4ac29a752a2f5f5084aeba300c410daf6eb65b17 /ChangeLog | |
| parent | 695a3dc536ae757e052601cb808b5a921bb8d133 (diff) | |
| download | emacs-1f87634f0a68f181c4b5aa526fe2985f6c10328c.tar.gz emacs-1f87634f0a68f181c4b5aa526fe2985f6c10328c.zip | |
* configure.in: Remove no-longer used HP patterns.
(opsys): Remove unreachable pattern hppa*-*-linux-gnu*.
Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
and that can't possibly work now that src/m/hp800.h no longer exists.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | * configure.in (opsys): Change pattern to *-*-linux* | 3 | * configure.in (opsys): Change pattern to *-*-linux* |
| 4 | to recognize powerpc-gnu-linux-uclibc (Bug#9403). | 4 | to recognize powerpc-gnu-linux-uclibc (Bug#9403). |
| 5 | Remove unreachable pattern hppa*-*-linux-gnu*. | ||
| 6 | Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800, | ||
| 7 | and that can't possibly work now that src/m/hp800.h no longer exists. | ||
| 5 | 8 | ||
| 6 | 2011-08-26 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2011-08-26 Jan Djärv <jan.h.d@swipnet.se> |
| 7 | 10 | ||