Loading core/combo/TARGET_linux-mips.mk +2 −2 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ arch_include_dir := $(dir $(android_config_h)) TARGET_GLOBAL_CFLAGS += \ $(TARGET_mips_CFLAGS) \ -Ulinux -U__unix -U__unix__ -Umips \ -fpic \ -fpic -fPIE\ -ffunction-sections \ -fdata-sections \ -funwind-tables \ Loading Loading @@ -244,7 +244,7 @@ $(hide) $(PRIVATE_CXX) \ endef define transform-o-to-executable-inner $(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic \ $(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic -fPIE -pie \ -Wl,-dynamic-linker,/system/bin/linker \ -Wl,--gc-sections \ -Wl,-z,nocopyreloc \ Loading Loading
core/combo/TARGET_linux-mips.mk +2 −2 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ arch_include_dir := $(dir $(android_config_h)) TARGET_GLOBAL_CFLAGS += \ $(TARGET_mips_CFLAGS) \ -Ulinux -U__unix -U__unix__ -Umips \ -fpic \ -fpic -fPIE\ -ffunction-sections \ -fdata-sections \ -funwind-tables \ Loading Loading @@ -244,7 +244,7 @@ $(hide) $(PRIVATE_CXX) \ endef define transform-o-to-executable-inner $(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic \ $(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic -fPIE -pie \ -Wl,-dynamic-linker,/system/bin/linker \ -Wl,--gc-sections \ -Wl,-z,nocopyreloc \ Loading