diff options
-rw-r--r-- | makepkg32.patch | 8 |
1 files 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" |