From 7c77559188f16a6ea7a68e73392862e8cf794f70 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 18 Feb 2022 17:43:49 +0100 Subject: core/binutils: LTO and PGO disabled on i486 --- core/binutils/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3-54-g00ecf