From 2a9181560343e4d7c92fb0be0290ea164aa5fd18 Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Wed, 30 Oct 2024 12:39:07 -0400 Subject: [PATCH] docs: add note about old glibc prebuilt binaries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 069fbda5..ddd1c246 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,8 @@ MiniDeps.add({ force_version = nil, -- When downloading a prebuilt binary, force the downloader to use this system triple. If this is unset -- then the downloader will attempt to infer the system triple from `jit.os` and `jit.arch`. + -- For old glibc (>= 2.17), set this to `x86_64-unknown-linux-gnu-legacy` or `aarch64-unknown-linux-gnu-legacy` + -- Check the latest release for all available system triples -- -- Beware that if the FFI ABI changes while tracking main then this may result in blink breaking. force_system_triple = nil,