summaryrefslogtreecommitdiff
path: root/makepkg-i486.conf
diff options
context:
space:
mode:
Diffstat (limited to 'makepkg-i486.conf')
-rw-r--r--makepkg-i486.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/makepkg-i486.conf b/makepkg-i486.conf
index 9407ec5..acc8683 100644
--- a/makepkg-i486.conf
+++ b/makepkg-i486.conf
@@ -1,3 +1,6 @@
+#!/hint/bash
+# shellcheck disable=2034
+
#
# /etc/makepkg.conf
#
@@ -37,9 +40,9 @@ CHOST="i486-pc-linux-gnu"
# -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=i486 -mtune=generic -O2 -pipe -fstack-protector-strong"
-CXXFLAGS="-march=i486 -mtune=generic -O2 -pipe -fstack-protector-strong"
-LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+CFLAGS="-march=i486 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
+CXXFLAGS="-march=i486 -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="-j2"
#-- Debugging flags