diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 33a58b43a98..4aa2d9c38de 100644 --- a/configure.in +++ b/configure.in @@ -384,7 +384,10 @@ case "${canonical}" in machine=nh6000 opsys=powerunix NON_GNU_CPP="cc -Xo -E -P" ;; - + ## SR2001/SR2201 running HI-UX/MPP + hppa1.1-hitachi-hiuxmpp* ) + machine=sr2k opsys=hiuxmpp + ;; ## Honeywell XPS100 xps*-honeywell-sysv* ) machine=xps100 opsys=usg5-2 |