commit | 42f406593e7fb1124e6aa00cc060e421d5a53554 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@android.com> | Thu Sep 02 09:44:39 2010 -0700 |
committer | Android Code Review <code-review@android.com> | Thu Sep 02 09:44:39 2010 -0700 |
tree | 0610a576def31b30004171a9e91b40646476f165 | |
parent | 85fd5030b11d412f345b0ed039aa9912c7973aea [diff] | |
parent | 163fa35fe3d49f0178b0173d662cf899989b7bcb [diff] |
Merge "Disable new longjmp in glibc 2.11 and later."
diff --git a/core/combo/HOST_linux-x86.mk b/core/combo/HOST_linux-x86.mk index 26052d6..fa2dfe3 100644 --- a/core/combo/HOST_linux-x86.mk +++ b/core/combo/HOST_linux-x86.mk
@@ -37,4 +37,7 @@ HOST_GLOBAL_CFLAGS += \ -include $(call select-android-config-h,linux-x86) +# Disable new longjmp in glibc 2.11 and later. See bug 2967937. +HOST_GLOBAL_CFLAGS += -D_FORTIFY_SOURCE=0 + HOST_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined