--- makepkg32.conf 2016-04-13 09:43:35.042178024 +0200 +++ makepkg32.conf 2016-04-13 09:44:16.263054427 +0200 @@ -30,15 +30,15 @@ # ARCHITECTURE, COMPILE FLAGS ######################################################################### # -CARCH="x86_64" -CHOST="x86_64-pc-linux-gnu" +CARCH="i686" +CHOST="i686-pc-linux-gnu" #-- Compiler and Linker Flags # -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" #-- Make Flags: change this for DistCC/SMP systems MAKEFLAGS="-j4"