summaryrefslogtreecommitdiff
path: root/makepkg32.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-07-14 07:10:29 +0200
committerErich Eckner <git@eckner.net>2017-07-14 07:10:29 +0200
commit827fb9b78b03c61de1b4bfdaaaecb1c2ee3c953a (patch)
tree054f9b3270d90c83162c577f20efc0978c703672 /makepkg32.patch
parent718dc25f475f85d47177476cb1cb931d1c66855f (diff)
downloadarchlinuxewe-827fb9b78b03c61de1b4bfdaaaecb1c2ee3c953a.tar.xz
makepkg32.patch: adopt to new makepkg.conf
Diffstat (limited to 'makepkg32.patch')
-rw-r--r--makepkg32.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/makepkg32.patch b/makepkg32.patch
index b6114c6fd..48b29e7ff 100644
--- a/makepkg32.patch
+++ b/makepkg32.patch
@@ -13,10 +13,10 @@
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CPPFLAGS="-D_FORTIFY_SOURCE=2"
--CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
--CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
-+CFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
-+CXXFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
- LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+-CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
+-CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
++CFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
++CXXFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
+ LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j4"