mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Properly export the binutils as the cross ones
This commit is contained in:
parent
058e0ec44b
commit
1cded3476e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420983
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ CXXFLAGS+= --sysroot=${CROSS_SYSROOT}
|
||||||
CC= ${XCC}
|
CC= ${XCC}
|
||||||
CXX= ${XCXX}
|
CXX= ${XCXX}
|
||||||
.for tool in AS AR LD NM OBJCOPY RANLIB SIZE STRINGS
|
.for tool in AS AR LD NM OBJCOPY RANLIB SIZE STRINGS
|
||||||
${tool}= ${CROSS_BINUTILS_PREFIX}/${tool}
|
${tool}= ${CROSS_BINUTILS_PREFIX}/${tool:tl}
|
||||||
.endfor
|
.endfor
|
||||||
STRIP_CMD= ${CROSS_BINUTILS_PREFIX}/strip
|
STRIP_CMD= ${CROSS_BINUTILS_PREFIX}/strip
|
||||||
|
|
Loading…
Add table
Reference in a new issue