mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
mach: Fix startup with stack protector
thread_set_state() is used to set up TLS, so stack protection can not be used yet.
This commit is contained in:
parent
64d9ebae87
commit
0660ab264f
@ -62,6 +62,7 @@ CFLAGS-RPC_vm_protect.o = $(no-stack-protector)
|
||||
CFLAGS-RPC_i386_set_gdt.o = $(no-stack-protector)
|
||||
CFLAGS-RPC_i386_set_ldt.o = $(no-stack-protector)
|
||||
CFLAGS-RPC_task_get_special_port.o = $(no-stack-protector)
|
||||
CFLAGS-RPC_thread_set_state.o = $(no-stack-protector)
|
||||
|
||||
# Translate GNU names for CPUs into the names used in Mach header files.
|
||||
mach-machine = $(patsubst powerpc,ppc,$(base-machine))
|
||||
|
Loading…
Reference in New Issue
Block a user