From c09eaa7a44e24217397f23e5eadc91062716d900 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 16 Jun 2015 15:22:52 -0700 Subject: [PATCH] Remove copy & paste cruft from the mips64 combo. libthread_db hasn't been in bionic for years. Change-Id: Ibc036d894c6b6bf9ee4653f95ff7a000a223cb2e --- core/combo/TARGET_linux-mips64.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk index f01cdd1c03..f8bda10f6d 100644 --- a/core/combo/TARGET_linux-mips64.mk +++ b/core/combo/TARGET_linux-mips64.mk @@ -137,7 +137,6 @@ TARGET_RELEASE_CFLAGS := \ libc_root := bionic/libc libm_root := bionic/libm -libthread_db_root := bionic/libthread_db ## on some hosts, the target cross-compiler is not available so do not run this command @@ -168,7 +167,7 @@ TARGET_C_INCLUDES := \ $(KERNEL_HEADERS) \ $(libm_root)/include \ $(libm_root)/include/mips \ - $(libthread_db_root)/include + # TODO: perhaps use $(libm_root)/include/mips64 instead of mips ? TARGET_CRTBEGIN_STATIC_O := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_static.o