summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41acd879e7a5..78a7f472705c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -159,6 +159,7 @@ package() {
set -u
cd "${_basedir}/gcc-build"
+ #LD_PRELOAD='/usr/lib/libstdc++.so' \\
make -s -j1 DESTDIR="${pkgdir}" install
## Lazy way of dealing with conflicting man and info pages and locales...