diff options
author | bapt <bapt@FreeBSD.org> | 2016-08-27 20:59:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-08-27 20:59:06 +0800 |
commit | f3c8e52d0c40ee52e2dcdcf1a545f7ba3f7dd3ad (patch) | |
tree | 5d6cdfbe3492bfd72c107b82a7a276fb56cbfc47 /base | |
parent | b7e5da3357850cb36a2b3a707fe072b71914c5fe (diff) | |
download | freebsd-ports-graphics-f3c8e52d0c40ee52e2dcdcf1a545f7ba3f7dd3ad.tar.gz freebsd-ports-graphics-f3c8e52d0c40ee52e2dcdcf1a545f7ba3f7dd3ad.tar.zst freebsd-ports-graphics-f3c8e52d0c40ee52e2dcdcf1a545f7ba3f7dd3ad.zip |
Fix up striping
Diffstat (limited to 'base')
-rw-r--r-- | base/binutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/binutils/Makefile b/base/binutils/Makefile index c82cd477293..8084d70ed32 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} |