aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 15:58:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 15:58:16 +0000
commit058e0ec44b9530c48df454dbef04059ad4467b51 (patch)
tree38cce313ac2b4ecf024f9d634198b697915a3613 /base
parent7b5ba6bca0bfde0a003e68769f6ef89f4f564349 (diff)
downloadports-058e0ec44b9530c48df454dbef04059ad4467b51.tar.gz
ports-058e0ec44b9530c48df454dbef04059ad4467b51.zip
Really fix the strip issue
Notes
Notes: svn path=/head/; revision=420982
Diffstat (limited to 'base')
-rw-r--r--base/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/binutils/Makefile b/base/binutils/Makefile
index 8084d70ed32a..5bb600b227b8 100644
--- a/base/binutils/Makefile
+++ b/base/binutils/Makefile
@@ -35,4 +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}
+STRIP_CMD= ${CROSS_BINUTILS_PREFIX}/strip