summaryrefslogtreecommitdiffstats
path: root/makepkg-i686.conf
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-06-11 11:32:05 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-06-11 11:32:05 +0200
commit6743c97383a7c153a61cac8edb327386e4d8d673 (patch)
treed3fac5aac3a0185d50f7318cd65fb1e5836b06c3 /makepkg-i686.conf
parent231496c82ad07399de94062dbbb72a895da64c34 (diff)
downloaddevtools-6743c97383a7c153a61cac8edb327386e4d8d673.tar.gz
devtools-6743c97383a7c153a61cac8edb327386e4d8d673.tar.xz
update makepkg.conf and pacman.conf
Diffstat (limited to 'makepkg-i686.conf')
-rw-r--r--makepkg-i686.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepkg-i686.conf b/makepkg-i686.conf
index 6bbd672..725c2a2 100644
--- a/makepkg-i686.conf
+++ b/makepkg-i686.conf
@@ -31,7 +31,7 @@ CHOST="i686-pc-linux-gnu"
# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
-LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu"
+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"