Temporary hack to avoid stack protector crashes.

It'll take me a while to refactor things cleanly, but if we just want
something that boots for testing...

Bug: http://b/26276517
Change-Id: I24729d3dc546e36e0eff383f0d1d05c3aa1f2e0b
This commit is contained in:
Elliott Hughes 2016-01-06 11:12:06 -08:00
parent 1464f6d8d9
commit 2489161ce5

View File

@ -616,6 +616,7 @@ libc_openbsd_src_files_32 += \
libc_common_cflags := \
-D_LIBC=1 \
-Wall -Wextra -Wunused \
-fno-stack-protector \
use_clang := $(USE_CLANG_PLATFORM_BUILD)