Removed -lstdc++ for nuttx build

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-11-18 20:18:22 -08:00
parent 52957ab0cc
commit 7111e9d4c9

View File

@@ -441,7 +441,7 @@ function(px4_os_add_flags)
-nostdlib
)
set(added_exe_linker_flags -lstdc++) # none currently
set(added_exe_linker_flags) # none currently
set(cpu_flags)
if (${BOARD} STREQUAL "px4fmu-v1")