index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -120,6 +120,8 @@ $(BUILDDIR)/config/makepkg-i486.conf: config/makepkg/x86_64.conf @sed " \ s,\(["'"'"=]\)x86[-_]64\([-"'"'" ]\),\1i486\2,g; \ s,-fcf-protection,,g; \ + s,LTOFLAGS=".*",LTOFLAGS=\"-fno-lto\",g; \ + /OPTIONS=/s/ lto/ !lto/; \ " "$<" > "$@" $(BUILDDIR)/config/makepkg-i686.conf: config/makepkg/x86_64.conf |