diff options
author | Norbert Preining <preining@logic.at> | 2018-03-05 15:34:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-03-05 15:34:48 +0000 |
commit | abcc7828f125b377eb6aa1f3d5feb0fb60b52098 (patch) | |
tree | 7fbeba4bbb1c04c446ec1946c3fb3cf4e330fa41 | |
parent | 91785746e58edc791ecf402be4627b643cbdb4e5 (diff) |
add musl build comments in source/README
git-svn-id: svn://tug.org/texlive/trunk@46835 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/README b/Build/source/README index d43f0b5e7d8..2cc282c98c7 100644 --- a/Build/source/README +++ b/Build/source/README @@ -43,6 +43,9 @@ i386-freebsd, amd64-freebsd: i386-linux: Debian 7. +i386-linuxmusl: + Alpine 3.1 Docker image with musl libc 1.1.5 + i386-openbsd, amd64-openbsd: e.g., see CONFIGURE_ARGS in the Makefile in http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/ @@ -76,3 +79,7 @@ x86_64-darwinlegacy, i386-darwin, powerpc-darwin: PPC binaries made with gcc-4.2 and Intel binaries with clang-3.7. x86_64-linux: Debian 6.0 (Squeeze), Feb 2009. + +x86_64-linuxmusl: + Alpine 3.1 Docker image with musl libc 1.1.5 + |