summaryrefslogtreecommitdiff
path: root/makepkg-i486.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-01-25 12:21:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-01-25 12:21:03 +0100
commit22c1f8547f7fcb345289add6a2c06c7def4e571b (patch)
tree08846d1e08489054b2fcf426226ba0ed5f2b5035 /makepkg-i486.conf
parentba51ec598c9eb8c03493e4fadfe27b8065296b17 (diff)
parenta800df3fbc55204f66f54248aaf87ba797307f96 (diff)
downloaddevtools32-22c1f8547f7fcb345289add6a2c06c7def4e571b.tar.xz
Merge branch 'master' into i486i486
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