Merge "Disable new longjmp in glibc 2.11 and later."

This commit is contained in:
Ying Wang 2010-09-02 09:44:39 -07:00 committed by Android Code Review
commit 42f406593e
1 changed files with 3 additions and 0 deletions

View File

@ -37,4 +37,7 @@ HOST_GLOBAL_CFLAGS += -fPIC
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