powerpc: Disable stack protector in early static initialization

Similar to fb95c31638, also disable
for string-ppc64.c (pulled on rltd as the default string
implementation).

Checked on powerpc64-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2023-04-03 16:10:43 -03:00
parent 370da8a121
commit 59db5735e6

View File

@ -39,3 +39,6 @@ endif
CFLAGS-strncase-power7.c += -mcpu=power7 -funroll-loops
CFLAGS-strncase_l-power7.c += -mcpu=power7 -funroll-loops
endif
# Called during static initialization
CFLAGS-strncmp-ppc64.c += $(no-stack-protector)