mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
build: Move the toolchain library setting to the common place
so all boards support C++ automatically
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
f5311de6b4
commit
4910d43ab0
@@ -282,7 +282,6 @@ if [ "X${USRONLY}" != "Xy" ]; then
|
||||
echo "LDENDGROUP = ${LDENDGROUP}" >>"${EXPORTDIR}/scripts/Make.defs"
|
||||
echo "LDFLAGS = ${LDFLAGS}" >>"${EXPORTDIR}/scripts/Make.defs"
|
||||
echo "LDSTARTGROUP = ${LDSTARTGROUP}" >>"${EXPORTDIR}/scripts/Make.defs"
|
||||
echo "LIBGCC = ${LIBGCC}" >>"${EXPORTDIR}/scripts/Make.defs"
|
||||
fi
|
||||
|
||||
# Copy the system map file(s)
|
||||
|
||||
Reference in New Issue
Block a user