mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
Really fix the strip issue
This commit is contained in:
parent
7b5ba6bca0
commit
058e0ec44b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420982
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue