aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 12:59:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 12:59:06 +0000
commit81cbb1d9a36c326ba8dd67730efca6654b0ed072 (patch)
tree5d6cdfbe3492bfd72c107b82a7a276fb56cbfc47 /base
parent58d7cda8196cc6cd36df53d9439506c0166adbff (diff)
downloadports-81cbb1d9a36c326ba8dd67730efca6654b0ed072.tar.gz
ports-81cbb1d9a36c326ba8dd67730efca6654b0ed072.zip
Fix up striping
Notes
Notes: svn path=/head/; revision=420976
Diffstat (limited to 'base')
-rw-r--r--base/binutils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/binutils/Makefile b/base/binutils/Makefile
index c82cd4772936..8084d70ed32a 100644
--- a/base/binutils/Makefile
+++ b/base/binutils/Makefile
@@ -24,8 +24,6 @@ CONFIGURE_ARGS+= --host=${BUTARGET} \
--disable-host-shared
PREFIX= /usr
-STRIP= # doesn't work
-
.include "${MASTERDIR}/Makefile"
.include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
@@ -37,3 +35,4 @@ CXX= ${XCXX}
.for tool in AS AR LD NM OBJCOPY RANLIB SIZE STRINGS
${tool}= ${CROSS_BINUTILS_PREFIX}/${tool}
.endfor
+STRIP_CMD= ${CROSS_BINUTILS_PREFIX}/${tool}