1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Really fix the strip issue

This commit is contained in:
Baptiste Daroussin 2016-08-27 15:58:16 +00:00
parent 7b5ba6bca0
commit 058e0ec44b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420982

View File

@ -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