summaryrefslogtreecommitdiff
path: root/Master/utils.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-18 18:52:07 +0000
committerKarl Berry <karl@freefriends.org>2006-12-18 18:52:07 +0000
commitbde4405eeb7b21d0fea74715113a73515a790dc3 (patch)
treecb84f7eae13d64e336b31eeeb0ff6e1260d8f73e /Master/utils.sh
parente06209b676740916385f8b394d8330ddc0e41918 (diff)
hppa-hpux support
git-svn-id: svn://tug.org/texlive/trunk@2793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/utils.sh')
-rwxr-xr-xMaster/utils.sh1
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;;