index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/mesa-amber/PKGBUILD | 7 |
diff --git a/extra/mesa-amber/PKGBUILD b/extra/mesa-amber/PKGBUILD index 9f521908..3d1b434b 100644 --- a/extra/mesa-amber/PKGBUILD +++ b/extra/mesa-amber/PKGBUILD @@ -8,7 +8,12 @@ if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then )" fi -# LTO on i486 results in out-of-memory +# no LTO on i486 +if [ "$CARCH" = 'i486' ]; then + sed -i ' + 1i options=(!lto) + ' PKGBUILD +fi if [ "$CARCH" == 'i486' ]; then eval "$( declare -f build | \ |