blob: 89dca592ccce4071e50405126d144e2ccf9d6c07 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# See root CMakeLists.txt for description and expectations of these macros
macro(toolchain_ld_cpp)
zephyr_ld_options(
-lstdc++
)
endmacro()