mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 13:40:14 +00:00
tools/mkexport.sh: Save the name of the STRIP tool too.
This commit is contained in:
parent
e88759e53d
commit
3611aefd14
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ if [ "X${USRONLY}" == "Xy" ]; then
|
|||
echo "AR = ${AR}" >>"${EXPORTDIR}/build/Make.defs"
|
||||
echo "NM = ${NM}" >>"${EXPORTDIR}/build/Make.defs"
|
||||
echo "OBJCOPY = ${OBJCOPY}" >>"${EXPORTDIR}/build/Make.defs"
|
||||
echo "STRIP = ${STRIP}" >>"${EXPORTDIR}/build/Make.defs"
|
||||
echo "OBJDUMP = ${OBJDUMP}" >>"${EXPORTDIR}/build/Make.defs"
|
||||
echo "NXFLATLDFLAGS1 = ${NXFLATLDFLAGS1}" >>"${EXPORTDIR}/build/Make.defs"
|
||||
echo "NXFLATLDFLAGS2 = ${NXFLATLDFLAGS2}" >>"${EXPORTDIR}/build/Make.defs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue