index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-06-17 07:30:21 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-06-17 07:30:21 +0200 |
commit | 3c7d0b27036ef60cf5ad22397f4823d45687637b (patch) | |
tree | dda29ea76e47cdc24fa61ac5c1c5ed69a590d3b8 /Makefile | |
parent | 9d260b6937ef23d104e4c32a80b340b5fae91603 (diff) |
-rw-r--r-- | Makefile | 2 |
@@ -138,6 +138,8 @@ makepkg-i486.conf: 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/; \ " "$<" > "$@" makepkg-i686.conf: makepkg-x86_64.conf |