From 2a0862f15359c3c1e1daa92ae1a132953afdf08f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 11 Jan 2019 09:00:31 +0100 Subject: makepkg32.patch: adopt to new upstream makepkg.conf --- makepkg32.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/makepkg32.patch b/makepkg32.patch index 6790bea43..5cca1e018 100644 --- a/makepkg32.patch +++ b/makepkg32.patch @@ -11,10 +11,10 @@ #-- Compiler and Linker Flags CPPFLAGS="-D_FORTIFY_SOURCE=2" --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" +-CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt" +-CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt" ++CFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fno-plt" ++CXXFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fno-plt" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" #-- Make Flags: change this for DistCC/SMP systems MAKEFLAGS="-j4" -- cgit v1.2.3-70-g09d2