mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 04:30:34 +08:00
Removed -lstdc++ for nuttx build
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user