diff options
author | bapt <bapt@FreeBSD.org> | 2016-08-27 23:58:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-08-27 23:58:16 +0800 |
commit | 4e9b02e398c4702c5059d7f501136ebcda7a26e8 (patch) | |
tree | 38cce313ac2b4ecf024f9d634198b697915a3613 /base/binutils | |
parent | 16e55dd3bca667b22b23d27e9a77a2a9ed671c9a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |