summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-24 00:16:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-24 00:16:36 +0000
commitfb713ddd4dd49fb60ee4ab732071abf2c3ad5fc5 (patch)
treee1e26728413270a5c68ce4bab0c3fcd27817ea87 /config
parent6f8d6477788b764e2338ac9443bf1ece13a16ba3 (diff)
downloadmaster-31e0f0ae-fb713ddd4dd49fb60ee4ab732071abf2c3ad5fc5.tar.gz
master-31e0f0ae-fb713ddd4dd49fb60ee4ab732071abf2c3ad5fc5.tar.bz2
master-31e0f0ae-fb713ddd4dd49fb60ee4ab732071abf2c3ad5fc5.zip
build: add -fno-plt to default cflags, it improves PIC code optimization
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48470
Diffstat (limited to 'config')
-rw-r--r--config/Config-devel.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-devel.in b/config/Config-devel.in
index d096c18a72..5970ac238d 100644
--- a/config/Config-devel.in
+++ b/config/Config-devel.in
@@ -106,6 +106,7 @@ menuconfig DEVEL
config EXTRA_OPTIMIZATION
string "Additional compiler options" if DEVEL
+ default "-fno-caller-saves -fno-plt" if !CONFIG_EXTERNAL_TOOLCHAIN
default "-fno-caller-saves"
help
Extra target-independent optimizations to use when building for the target.