diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-25 16:50:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-25 16:50:58 +0000 |
commit | 7214082178d8b0f1e994c0f92c6804503462d566 (patch) | |
tree | 8759f8263de144f7f2cd0054bd855bab48ac5093 /Master/tlpkg/TeXLive | |
parent | 73ec3dbc529f8bdf3e03df0f6a1eab8d1781bd3a (diff) |
(platform_desc): explicit name for mipsel-linux
git-svn-id: svn://tug.org/texlive/trunk@30935 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index b3f7d8c3d47..f45af102c9a 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -343,6 +343,7 @@ sub platform_desc { 'i386-linux' => 'Intel x86 with GNU/Linux', 'i386-solaris' => 'Intel x86 with Solaris', 'mips-irix' => 'SGI IRIX', + 'mipsel-linux' => 'MIPSel with GNU/Linux', 'powerpc-aix' => 'PowerPC with AIX', 'powerpc-darwin' => 'PowerPC with MacOSX/Darwin', 'powerpc-linux' => 'PowerPC with GNU/Linux', |