summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-mips.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-07-02 14:26:49 -0700
committerYing Wang <wangying@google.com>2014-07-02 14:26:49 -0700
commite68ec719039406bfcc6cd8b1cab4890afbeb66a8 (patch)
tree92df658e448791b9fc59009f79e53ec3dd359b18 /core/combo/TARGET_linux-mips.mk
parent3be473bdb5297094bb48a10b8b388e1071ed999e (diff)
downloadbuild-e68ec719039406bfcc6cd8b1cab4890afbeb66a8.zip
build-e68ec719039406bfcc6cd8b1cab4890afbeb66a8.tar.gz
build-e68ec719039406bfcc6cd8b1cab4890afbeb66a8.tar.bz2
[DO NOT MERGE] Workaround to fix klp-modular-dev-plus-aosp build.
Change-Id: I8042b045f20b870de84ea7c4c060c3cbe1cdfe69
Diffstat (limited to 'core/combo/TARGET_linux-mips.mk')
-rw-r--r--core/combo/TARGET_linux-mips.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/combo/TARGET_linux-mips.mk b/core/combo/TARGET_linux-mips.mk
index f52c375..74d81a8 100644
--- a/core/combo/TARGET_linux-mips.mk
+++ b/core/combo/TARGET_linux-mips.mk
@@ -236,8 +236,7 @@ $(hide) $(PRIVATE_CXX) \
$(PRIVATE_LDFLAGS) \
$(PRIVATE_TARGET_LIBATOMIC) \
$(if $(PRIVATE_LIBCXX),,$(PRIVATE_TARGET_LIBGCC)) \
- $(if $(filter true,$(PRIVATE_NO_CRT)),,$(PRIVATE_TARGET_CRTEND_SO_O)) \
- $(PRIVATE_LDLIBS)
+ $(if $(filter true,$(PRIVATE_NO_CRT)),,$(PRIVATE_TARGET_CRTEND_SO_O))
endef
define $(combo_2nd_arch_prefix)transform-o-to-executable-inner
@@ -263,8 +262,7 @@ $(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic -fPIE -pie \
$(PRIVATE_LDFLAGS) \
$(PRIVATE_TARGET_LIBATOMIC) \
$(if $(PRIVATE_LIBCXX),,$(PRIVATE_TARGET_LIBGCC)) \
- $(if $(filter true,$(PRIVATE_NO_CRT)),,$(PRIVATE_TARGET_CRTEND_O)) \
- $(PRIVATE_LDLIBS)
+ $(if $(filter true,$(PRIVATE_NO_CRT)),,$(PRIVATE_TARGET_CRTEND_O))
endef
define $(combo_2nd_arch_prefix)transform-o-to-static-executable-inner