mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
powerpc: Disable stack protector in early static initialization
Similar to fb95c316382679c0826cc8399760977cd95f15c9, 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…
x
Reference in New Issue
Block a user