Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]
commit51231c469b49fb3837590f40a93f88db9a20bb86
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Aug 2022 20:49:23 +0000 (23 13:49 -0700)
committerCarlos O'Donell <carlos@redhat.com>
Mon, 29 Aug 2022 13:03:00 +0000 (29 09:03 -0400)
treee65f0d51ef317eb62c331e5d014c8babdf2bccb4
parent063f7462dac26487e38b126afcf80dad77da444c
Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]

We should default to the larger code model, in order to support
larger applications built with -static -pie.  This should be
consistent with pic-ccflag, which defaults to -fPIC.

Remove the now redundant override from sysdeps/sparc/Makefile.
Note that -fno-pie and -fno-PIE have the same effect.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Makeconfig
sysdeps/sparc/Makefile