diff options
-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 |