From 7111e9d4c9a5f6f91cb26d7e9d4a08fef9bda77c Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Wed, 18 Nov 2015 20:18:22 -0800 Subject: [PATCH] Removed -lstdc++ for nuttx build Signed-off-by: Mark Charlebois --- cmake/nuttx/px4_impl_nuttx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/nuttx/px4_impl_nuttx.cmake b/cmake/nuttx/px4_impl_nuttx.cmake index 756c42d635..47a3ea8c5b 100644 --- a/cmake/nuttx/px4_impl_nuttx.cmake +++ b/cmake/nuttx/px4_impl_nuttx.cmake @@ -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")