aboutsummaryrefslogtreecommitdiffstats
path: root/base/binutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-08-27 23:58:16 +0800
committerbapt <bapt@FreeBSD.org>2016-08-27 23:58:16 +0800
commit4e9b02e398c4702c5059d7f501136ebcda7a26e8 (patch)
tree38cce313ac2b4ecf024f9d634198b697915a3613 /base/binutils
parent16e55dd3bca667b22b23d27e9a77a2a9ed671c9a (diff)
downloadfreebsd-ports-gnome-4e9b02e398c4702c5059d7f501136ebcda7a26e8.tar.gz
freebsd-ports-gnome-4e9b02e398c4702c5059d7f501136ebcda7a26e8.tar.zst
freebsd-ports-gnome-4e9b02e398c4702c5059d7f501136ebcda7a26e8.zip
Really fix the strip issue
Diffstat (limited to 'base/binutils')
-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