summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-mips64.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-19 00:16:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-19 00:16:16 +0000
commit220b01ba27280daac3ee77f49bd54e450e4b0de9 (patch)
tree266b0f7575829997566c0d292e30ca6bd59c677d /core/combo/TARGET_linux-mips64.mk
parented719782b6a8f4d30b5dc3d2649d5f2e5b076bed (diff)
parent9242172094691c7203ba7cf0a5e5db611ca9032b (diff)
downloadbuild-220b01ba27280daac3ee77f49bd54e450e4b0de9.zip
build-220b01ba27280daac3ee77f49bd54e450e4b0de9.tar.gz
build-220b01ba27280daac3ee77f49bd54e450e4b0de9.tar.bz2
am 92421720: am 98f7742a: Merge "Move selection of C++ STL into the build system."
* commit '9242172094691c7203ba7cf0a5e5db611ca9032b': Move selection of C++ STL into the build system.
Diffstat (limited to 'core/combo/TARGET_linux-mips64.mk')
-rw-r--r--core/combo/TARGET_linux-mips64.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk
index 4511b47..dff85e5 100644
--- a/core/combo/TARGET_linux-mips64.mk
+++ b/core/combo/TARGET_linux-mips64.mk
@@ -121,7 +121,6 @@ TARGET_RELEASE_CFLAGS := \
libc_root := bionic/libc
libm_root := bionic/libm
-libstdc++_root := bionic/libstdc++
libthread_db_root := bionic/libthread_db
@@ -148,7 +147,6 @@ KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH)
TARGET_C_INCLUDES := \
$(libc_root)/arch-mips64/include \
$(libc_root)/include \
- $(libstdc++_root)/include \
$(KERNEL_HEADERS) \
$(libm_root)/include \
$(libm_root)/include/mips \