Merge "Temporary hack to avoid stack protector crashes."

This commit is contained in:
Elliott Hughes 2016-01-06 19:52:43 +00:00 committed by Gerrit Code Review
commit 32388ba4dc

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)