From 9305d6dfecdf049de02eaea3196b92e09f12cdca Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 21 Apr 2016 19:05:55 -0700 Subject: Default to -fno-plt --- gcc/common.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/common.opt b/gcc/common.opt index 5d90385eaea..22875df969e 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1873,7 +1873,7 @@ Common Report Var(flag_pie,1) Negative(fPIC) Init(-1) Generate position-independent code for executables if possible (small mode). fplt -Common Report Var(flag_plt) Init(1) Optimization +Common Report Var(flag_plt) Init(0) Optimization Use PLT for PIC calls (-fno-plt: load the address from GOT at call site). fplugin= -- cgit v1.2.1