From 1c037dcd057024a004233559061f6bf0d4766763 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 23 Nov 2023 18:45:46 +0100 Subject: Remove unnecessary copies ... now that we retain (non-upwards) symlinks, make use of them. --- doc/COMPILERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/COMPILERS.md') diff --git a/doc/COMPILERS.md b/doc/COMPILERS.md index d6d29b1..6fd4d64 100644 --- a/doc/COMPILERS.md +++ b/doc/COMPILERS.md @@ -44,7 +44,7 @@ library features (`gcc-13.2.0-native`) and build tools (`busybox`, `make`, newly built Clang is used to build any of the remaining targets. To ensure that the Clang from the first step can be used during the entire build process, GCC's runtime libraries (`libgcc`, `libstdc++`) must be locatable by setting -`LD_LIBRARY_PATH=${GCC_TOOLCHAIN}/lib{32,64}`. For building reproducibly, it is +`LD_LIBRARY_PATH=${GCC_TOOLCHAIN}/lib64`. For building reproducibly, it is required to set `LIBCXXABI_ENABLE_ASSERTIONS` and `LIBUNWIND_ENABLE_ASSERTIONS` to `OFF`, as both are enabled by default and cause leaking absolute paths to the build directory. -- cgit v1.2.3