diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-27 22:42:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-27 22:42:40 +0000 |
commit | 1b913c21141d09d33723f2553b6ee1c3efbdd4ff (patch) | |
tree | e835ac670171d26046c6b24d4edb2d12a2128538 /Build/source/texk/tests | |
parent | 74e5bb2cc273f132affd669ccf00cf3302e2e10e (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@30985 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests')
-rw-r--r-- | Build/source/texk/tests/TeXLive/TLUtils.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm index fdc594d2c2c..8710c7b0e2a 100644 --- a/Build/source/texk/tests/TeXLive/TLUtils.pm +++ b/Build/source/texk/tests/TeXLive/TLUtils.pm @@ -5,7 +5,7 @@ package TeXLive::TLUtils; -my $svnrev = '$Revision: 30367 $'; +my $svnrev = '$Revision: 30935 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -342,6 +342,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', |