diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-27 15:58:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-27 15:58:16 +0000 |
commit | 058e0ec44b9530c48df454dbef04059ad4467b51 (patch) | |
tree | 38cce313ac2b4ecf024f9d634198b697915a3613 /base | |
parent | 7b5ba6bca0bfde0a003e68769f6ef89f4f564349 (diff) |
Notes
Diffstat (limited to 'base')
-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 |