Merge "Define __stack_chk_fail_local.S"
This commit is contained in:
commit
a5948157fd
2 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,9 @@ LOCAL_CFLAGS += -DLINKER_DEBUG=0
|
|||
ifeq ($(TARGET_ARCH)-$(ARCH_ARM_HAVE_TLS_REGISTER),arm-true)
|
||||
LOCAL_CFLAGS += -DHAVE_ARM_TLS_REGISTER
|
||||
endif
|
||||
LOCAL_CFLAGS += -I$(LOCAL_PATH)/../libc/private
|
||||
LOCAL_CFLAGS += \
|
||||
-I$(LOCAL_PATH)/../libc/private \
|
||||
-I$(LOCAL_PATH)/../libc/arch-$(TARGET_ARCH)/bionic
|
||||
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
LOCAL_CFLAGS += -DANDROID_ARM_LINKER
|
||||
|
|
|
@ -44,3 +44,4 @@ _start:
|
|||
popl %esp
|
||||
jmp *%eax
|
||||
|
||||
#include "__stack_chk_fail_local.S"
|
||||
|
|
Loading…
Reference in a new issue