diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-14 11:49:29 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-14 11:49:29 +0000 |
commit | 2d0bcbcc2fb823f47fe7a432327d924ffae262dc (patch) | |
tree | 25ad5602f831106e196ff64672f6012e66de1991 | |
parent | 858a55c1e1399663b15f6da44620e408b47ea343 (diff) | |
download | emacs-2d0bcbcc2fb823f47fe7a432327d924ffae262dc.tar.gz |
(machine): Add an entry for hppa1.1-hitachi-hiuxwe2*.
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 00d283daac5..6d3c9d7b44f 100644 --- a/configure.in +++ b/configure.in @@ -486,6 +486,9 @@ case "${canonical}" in hppa1.1-hitachi-hiuxmpp* ) machine=sr2k opsys=hiuxmpp ;; + hppa1.1-hitachi-hiuxwe2* ) + machine=sr2k opsys=hiuxwe2 + ;; ## Honeywell XPS100 xps*-honeywell-sysv* ) machine=xps100 opsys=usg5-2 |