summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-11-23 18:45:46 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2023-11-29 12:33:24 +0100
commit1c037dcd057024a004233559061f6bf0d4766763 (patch)
treec8ea540243d6d127c2f86f107af87a2538dac74b /doc
parenta2b06c3dca54c086cbd874c9547e281205a4ebc5 (diff)
downloadbootstrappable-toolchain-1c037dcd057024a004233559061f6bf0d4766763.tar.gz
Remove unnecessary copies
... now that we retain (non-upwards) symlinks, make use of them.
Diffstat (limited to 'doc')
-rw-r--r--doc/COMPILERS.md2
1 files changed, 1 insertions, 1 deletions
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.