summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-mips64.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-03-28 17:24:39 -0700
committerYing Wang <wangying@google.com>2014-03-28 17:25:34 -0700
commitce1c596e1507295f3037e9fa7bf163fb2ab95a11 (patch)
treeefd2f532f7d9452cbc650343af58f27f0071d7da /core/combo/TARGET_linux-mips64.mk
parent1da02a1ae15afc7b600f9585cc4ae52c5d262192 (diff)
downloadbuild-ce1c596e1507295f3037e9fa7bf163fb2ab95a11.zip
build-ce1c596e1507295f3037e9fa7bf163fb2ab95a11.tar.gz
build-ce1c596e1507295f3037e9fa7bf163fb2ab95a11.tar.bz2
Remove the unnecessary indirection of TARGET_STRIP_COMMAND
Now all archs use the same strip command which can be put just in transform-to-stripped. Change-Id: Ief79697d47ea142fc9e63e63a7e2dace9e839165
Diffstat (limited to 'core/combo/TARGET_linux-mips64.mk')
-rw-r--r--core/combo/TARGET_linux-mips64.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk
index c617ac1..118582b 100644
--- a/core/combo/TARGET_linux-mips64.mk
+++ b/core/combo/TARGET_linux-mips64.mk
@@ -65,7 +65,6 @@ TARGET_OBJCOPY := $(TARGET_TOOLS_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
TARGET_LD := $(TARGET_TOOLS_PREFIX)ld$(HOST_EXECUTABLE_SUFFIX)
TARGET_READELF := $(TARGET_TOOLS_PREFIX)readelf$(HOST_EXECUTABLE_SUFFIX)
TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
-include $(BUILD_SYSTEM)/strip.mk
TARGET_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined