Skip to content

Commit 99df615

Browse files
extinguishxiaoxiang781216
authored andcommitted
toolchain/ghs: fix the ghs build warning
CXX: libcxxmini/libxx_new.cxx cxarm: cxarm: cxarm: cxarm: Warning: cxarm: cxarm: Unknown option "--gnu++17" passed to linker Warning: Warning: Warning: Warning: cxarm: Unknown option "--gnu++17" passed to linker Unknown option "--gnu++17" passed to linker Warning: Unknown option "--gnu++17" passed to linker Unknown option "--gnu++17" passed to linker Unknown option "--gnu++17" passed to linker Warning: Unknown option "--gnu++17" passed to linker CXX: libcxxmini/libxx_newa.cxx cxarm: Warning: Unknown option "--gnu++17" passed to linker Signed-off-by: guoshichao <[email protected]>
1 parent 41e976d commit 99df615

File tree

1 file changed

+1
-0
lines changed
  • boards/arm/mps/mps2-an500/configs/nsh

1 file changed

+1
-0
lines changed

boards/arm/mps/mps2-an500/configs/nsh/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ CONFIG_CMSDK_UART0_RX_IRQ=16
2323
CONFIG_CMSDK_UART0_SERIAL_CONSOLE=y
2424
CONFIG_CMSDK_UART0_TX_IRQ=17
2525
CONFIG_CMSDK_UART=y
26+
CONFIG_CXX_STANDARD="c++17"
2627
CONFIG_DEBUG_ASSERTIONS=y
2728
CONFIG_DEBUG_FEATURES=y
2829
CONFIG_DEBUG_SCHED=y

0 commit comments

Comments
 (0)