Browse Source

Removed -lstdc++ for nuttx build

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
sbg
Mark Charlebois 9 years ago
parent
commit
7111e9d4c9
  1. 2
      cmake/nuttx/px4_impl_nuttx.cmake

2
cmake/nuttx/px4_impl_nuttx.cmake

@ -441,7 +441,7 @@ function(px4_os_add_flags) @@ -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")

Loading…
Cancel
Save