diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-03-22 16:17:51 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-03-22 16:17:51 +0000 |
commit | 92926991fee4079a0d527dad92cf06a8077c8a64 (patch) | |
tree | 8240be3aa13181219ef3ecbb7580e299d9875ecb /Master/tlpkg/TeXLive/TLUtils.pm | |
parent | a4df3f5d115bbfd348da1229a0e980306cbadcb8 (diff) |
Mac OS X Leopard 10.5 (powerpc, i386): R.I.P.
git-svn-id: svn://tug.org/texlive/trunk@47075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index f97acd82e05..c53cf239dfb 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -308,15 +308,11 @@ sub platform_name { } if ($OS eq "darwin") { - # We have a variety of Mac binary sets. + # We have two versions of Mac binary sets. # 10.10/Yosemite and newer: # -> x86_64-darwin [MacTeX] # 10.6/Snow Leopard through 10.9/Mavericks: # -> x86_64-darwinlegacy if 64-bit - # -> i386-darwin otherwise - # 10.5/Leopard: - # -> i386-darwin if x86 - # -> powerpc-darwin if ppc # # (BTW, uname -r numbers are larger by 4 than the minor version. # We don't use uname numbers here.) |