diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-11 06:01:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-11 06:01:52 +0000 |
commit | 6fa6525fde11a6fd5a359a2e08fc6b02fca362c9 (patch) | |
tree | 67377e84bdbae90055ea685f03672d32c61162ab /configure.in | |
parent | 37647b2dff3535ca6d599bacdfcbed64904ba795 (diff) | |
download | emacs-6fa6525fde11a6fd5a359a2e08fc6b02fca362c9.tar.gz |
(hppa*-*-linux-gnu*): New alternative.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1ac6f557412..75e6fc6ef15 100644 --- a/configure.in +++ b/configure.in @@ -544,6 +544,10 @@ case "${canonical}" in machine=hp800 opsys=hpux11 ;; + hppa*-*-linux-gnu* ) + machine=hp800 opsys=gnu-linux + ;; + ## HP 9000 series 700 and 800, running HP/UX hppa*-hp-hpux* ) ## Cross-compilation? Nah! |