summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-02 17:58:52 +0000
committerKarl Berry <karl@freefriends.org>2020-03-02 17:58:52 +0000
commite100c6f5746e458cfc7fad4b87ec6a6d0535dd91 (patch)
tree022d7e48581c4e9db0664a2fecfcbd851f0b7ecd /Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
parent6e9c8b8f8fae520435807e8081bb37618409aec6 (diff)
new luajithbtex engine (not on all platforms)
git-svn-id: svn://tug.org/texlive/trunk@54001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
index 0b8975f87e0..e2cc8436b72 100644
--- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
@@ -19,10 +19,10 @@ longdesc See the TeXLive::TLPSRC documentation for more.
# After the TL 2020 release, there should be more commonalities between
# latex-bin and latex-bin-dev that we can add here.
#
-# l3backend is not actually included in the .fmt (by design), but it is
-# used by the l3kernel code that is in the .fmt. It seems safer in
-# practice to just be sure we rebuild the fmt and have it (l3backend) as
-# an implicit dependency by listing it here.
+# l3backend is not actually read when the .fmt is made (by design), but
+# it is used by the l3kernel code that is in the .fmt. It seems safer in
+# practice to just be sure we rebuild the fmt as needed, and have it
+# (l3backend) as an implicit dependency, by listing it here.
#
# tex-ini-files is not used by the e(u)ptex-based formats or eplain, but
# it seems too painful to exclude it here and thus have to include it
@@ -43,7 +43,7 @@ tlpsetvar global_luatex_deps cm,etex,hyphen-base,knuth-lib,plain,\
tex-ini-files,unicode-data
#
# Platforms that don't support jit.
-tlpsetvar global_no_luajit_platforms x86_64-darwinlegay,x86_64-solaris
+tlpsetvar global_no_luajit_platforms x86_64-solaris
#
# We define the Windows platform names here, so we can use ${wndws} in
# the patterns, in preparation for supporting w64 in addition to w32,