mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
370da8a121
commit
59db5735e6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user