diff options
author | Bruce Beare <bruce.j.beare@intel.com> | 2011-04-01 09:09:02 -0700 |
---|---|---|
committer | Bruce Beare <bruce.j.beare@intel.com> | 2011-04-01 09:09:18 -0700 |
commit | 6ddd4ead924ac27c7e6655badeb6521dafd0a1ea (patch) | |
tree | cc1e891c748b598e8113d51cb5bccf61eea37379 /core/combo | |
parent | 57c7019693a07c7b9e200d4560a0886d248bfe5b (diff) | |
download | build-6ddd4ead924ac27c7e6655badeb6521dafd0a1ea.zip build-6ddd4ead924ac27c7e6655badeb6521dafd0a1ea.tar.gz build-6ddd4ead924ac27c7e6655badeb6521dafd0a1ea.tar.bz2 |
x86: Disable stack-protector until bionic is fixed
Change-Id: I2862de5c1b02490197704f4578a8a91d0565eef0
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Diffstat (limited to 'core/combo')
-rw-r--r-- | core/combo/TARGET_linux-x86.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 449af83..8a2f841 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -80,6 +80,9 @@ TARGET_GLOBAL_CFLAGS += \ -fPIC \ -include $(call select-android-config-h,target_linux-x86) +# Fix this after ssp.c is fixed for x86 +# TARGET_GLOBAL_CFLAGS += -fstack-protector + TARGET_GLOBAL_CPPFLAGS += \ -fno-use-cxa-atexit |