diff options
-rw-r--r-- | core/gcc/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 4c4a6c17..778523a9 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -122,6 +122,7 @@ if [ "${CARCH}" = "i486" ]; then sed ' s/--enable-pgo-build=.*/--disable-pgo-build/ s/--enable-lto/--disable-lto/ + s/--with-build-config=bootstrap-lto// ' declare -f package_gcc | \ sed ' |