index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-18 17:43:49 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-18 17:43:49 +0100 |
commit | 7c77559188f16a6ea7a68e73392862e8cf794f70 (patch) | |
tree | e1d1838296af625afceb349a24fff95dc1ed337a /core/binutils | |
parent | f6ead586573aceee15e610bbf9969c09557fff0e (diff) |
-rw-r--r-- | core/binutils/PKGBUILD | 4 |
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 3c6de6b6..bd35c2d6 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -56,12 +56,14 @@ else )" fi -# i486-specific: disable PGO/LTO build, uses too much resources +# i486-specific: disable PGO/LTO build, uses too much resources, +# also disabling LTO for now if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ sed ' s/--enable-pgo-build=.*/--disable-pgo-build/ + s/--enable-lto/--disable-lto/ ' )" fi |