diff options
author | Dan Albert <danalbert@google.com> | 2014-09-18 23:51:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-18 23:51:53 +0000 |
commit | 98f7742a7f5bdc69913ba5e15bba2e60ae5cf724 (patch) | |
tree | 1bcbb97ee4913624a050700b1752aba85d6d6d2d /core/combo/TARGET_linux-mips.mk | |
parent | ef3148c1fa2173a6ed5c4f7a02955acddf88d6ac (diff) | |
parent | b05f2ca150dddf2a2a5ef0ae683181e3b979ef2d (diff) | |
download | build-98f7742a7f5bdc69913ba5e15bba2e60ae5cf724.zip build-98f7742a7f5bdc69913ba5e15bba2e60ae5cf724.tar.gz build-98f7742a7f5bdc69913ba5e15bba2e60ae5cf724.tar.bz2 |
Merge "Move selection of C++ STL into the build system."
Diffstat (limited to 'core/combo/TARGET_linux-mips.mk')
-rw-r--r-- | core/combo/TARGET_linux-mips.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/combo/TARGET_linux-mips.mk b/core/combo/TARGET_linux-mips.mk index 5ec537a..92ad21a 100644 --- a/core/combo/TARGET_linux-mips.mk +++ b/core/combo/TARGET_linux-mips.mk @@ -121,7 +121,6 @@ $(combo_2nd_arch_prefix)TARGET_RELEASE_CFLAGS := \ libc_root := bionic/libc libm_root := bionic/libm -libstdc++_root := bionic/libstdc++ ## on some hosts, the target cross-compiler is not available so do not run this command @@ -148,7 +147,6 @@ KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH) $(combo_2nd_arch_prefix)TARGET_C_INCLUDES := \ $(libc_root)/arch-mips/include \ $(libc_root)/include \ - $(libstdc++_root)/include \ $(KERNEL_HEADERS) \ $(libm_root)/include \ $(libm_root)/include/mips \ @@ -162,7 +160,7 @@ $(combo_2nd_arch_prefix)TARGET_CRTEND_SO_O := $($(combo_2nd_arch_prefix)TARGET_O $(combo_2nd_arch_prefix)TARGET_STRIP_MODULE:=true -$(combo_2nd_arch_prefix)TARGET_DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libstdc++ libm +$(combo_2nd_arch_prefix)TARGET_DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libm $(combo_2nd_arch_prefix)TARGET_CUSTOM_LD_COMMAND := true |