diff options
Diffstat (limited to 'Master/utils.sh')
-rwxr-xr-x | Master/utils.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/utils.sh b/Master/utils.sh index 465ed4a060c..ec7c5eab8d0 100755 --- a/Master/utils.sh +++ b/Master/utils.sh @@ -427,6 +427,7 @@ platform_guess() *86-solaris*) Sys=i386_solaris;; *86_64*-linux*) Sys=x86_64_linux;; alpha*-linux*) Sys=alpha_linux;; + hppa*-hpux*) Sys=hppa_hpux;; mips-irix*) Sys=mips_irix;; powerpc-aix*) Sys=powerpc_aix;; powerpc-*darwin*) Sys=powerpc_darwin;; |