diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-04 18:36:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-04 18:36:16 +0000 |
commit | c64fcd9b2946cbb907d84980abd0cc494f729909 (patch) | |
tree | d578ab1904b8b8a4374ba8001253e61fa1b0ef1e /Master/tlpkg/TeXLive | |
parent | dd9da53de9501c68a36a954dd1db86a00b7d243b (diff) |
new platform aarch64-linux, from Johannes Hielscher
git-svn-id: svn://tug.org/texlive/trunk@46208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-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 5dea210221d..2a6c940ac89 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. -# Copyright 2007-2017 Norbert Preining, Reinhard Kotucha +# Copyright 2007-2018 Norbert Preining, Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -362,6 +362,7 @@ sub platform_desc { my ($platform) = @_; my %platform_name = ( + 'aarch64-linux' => 'GNU/Linux on ARM64', 'alpha-linux' => 'GNU/Linux on DEC Alpha', 'amd64-freebsd' => 'FreeBSD on x86_64', 'amd64-kfreebsd' => 'GNU/kFreeBSD on x86_64', |