diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-14 18:20:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-14 18:20:05 +0000 |
commit | 84d6472b297de0da2cce2c622bde876e7fe67aba (patch) | |
tree | 068937e4bd49a05f291b28c8c8834541d1b8227d /Master/utils.sh | |
parent | ac3f914804a6959e3b6a304d275a0376337083d7 (diff) |
powerpc-linux
git-svn-id: svn://tug.org/texlive/trunk@3468 c570f23f-e606-0410-a88d-b1316a301751
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 b8b327b3cb0..e611e7f6a07 100755 --- a/Master/utils.sh +++ b/Master/utils.sh @@ -432,6 +432,7 @@ platform_guess() mips-irix*) Sys=mips_irix;; powerpc-aix*) Sys=powerpc_aix;; powerpc-*darwin*) Sys=powerpc_darwin;; + powerpc-*linux*) Sys=powerpc_linux;; sparc-solaris*) Sys=sparc_solaris;; sparc*-linux*) Sys=sparc_linux;; # *86-openbsd*) Sys=i386_openbsd;; |