diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-24 00:19:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-24 00:19:35 +0000 |
commit | 0c34d999b2168a461cb1e570783c1a114538b649 (patch) | |
tree | eb0594bda0c65de84b652b7c9b12732308ac8119 /Master/tlpkg/TeXLive/TLUtils.pm | |
parent | fd0b0388052142e91b9d5ae0464fc054ee89bc1c (diff) |
x86_64-solaris 2010 pretest 1 binaries (as)
git-svn-id: svn://tug.org/texlive/trunk@18442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 26e36185573..c0afffcaafc 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -272,7 +272,7 @@ sub platform_desc { 'i386-openbsd' => 'Intel x86 with OpenBSD', 'i386-netbsd' => 'Intel x86 with NetBSD', 'i386-linux' => 'Intel x86 with GNU/Linux', - 'i386-solaris' => 'Intel x86 with Sun Solaris', + 'i386-solaris' => 'Intel x86 with Solaris', 'mips-irix' => 'SGI IRIX', 'powerpc-aix' => 'PowerPC with AIX', 'powerpc-darwin' => 'PowerPC with MacOSX/Darwin', @@ -283,6 +283,7 @@ sub platform_desc { 'win32' => 'Windows', 'x86_64-darwin' => 'x86_64 with MacOSX/Darwin' 'x86_64-linux' => 'x86_64 with GNU/Linux' + 'x86_64-solaris' => 'x86_64 with Solaris' ); # the inconsistency between amd64-freebsd and x86_64-linux is |