diff --git a/Documentation/ls_xhl/root_overlay/etc/make.conf b/Documentation/ls_xhl/root_overlay/etc/make.conf index 598215a..b6b4e80 100644 --- a/Documentation/ls_xhl/root_overlay/etc/make.conf +++ b/Documentation/ls_xhl/root_overlay/etc/make.conf @@ -7,5 +7,7 @@ CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="armv5tejl-softfloat-linux-gnueabi" +# LDFLAGS is unsupported. USE AT YOUR OWN RISK! +LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed" source /var/lib/layman/make.conf \ No newline at end of file