diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 9205822..b44b9b8 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -81,6 +81,10 @@ $(inlines:%=$(objpfx)%.c): $(objpfx)%-inlines.c: %.h echo '#include "$<"') > $@-new mv -f $@-new $@ generated += $(inlines:=.c) + +# Avoid ssp before TLS is initialized. +CFLAGS-hurdstartup.o = $(no-stack-protector) +CFLAGS-RPC_exec_startup_get_info.o = $(no-stack-protector) include ../mach/Machrules include ../Rules |