am fb644881
: Disable new longjmp in glibc 2.11 and later.
Merge commit 'fb644881b6083aa0d9d15e7aad8bfa5a429b1c37' into gingerbread-plus-aosp * commit 'fb644881b6083aa0d9d15e7aad8bfa5a429b1c37': Disable new longjmp in glibc 2.11 and later.
This commit is contained in:
commit
2e1347c6a0
1 changed files with 3 additions and 0 deletions
|
@ -37,4 +37,7 @@ HOST_GLOBAL_CFLAGS += -fPIC
|
||||||
HOST_GLOBAL_CFLAGS += \
|
HOST_GLOBAL_CFLAGS += \
|
||||||
-include $(call select-android-config-h,linux-x86)
|
-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
|
HOST_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined
|
||||||
|
|
Loading…
Reference in a new issue