treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS
This commit updates all in-tree code to use `CONFIG_CPP` instead of `CONFIG_CPLUSPLUS`, which is now deprecated. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
This commit is contained in:
parent
05aea1ce58
commit
4a64bfe351
47 changed files with 97 additions and 97 deletions
|
@ -84,7 +84,7 @@ zephyr_linker_section_configure(SECTION .text INPUT ".glue_7")
|
|||
zephyr_linker_section_configure(SECTION .text INPUT ".vfp11_veneer")
|
||||
zephyr_linker_section_configure(SECTION .text INPUT ".v4_bx")
|
||||
|
||||
if(CONFIG_CPLUSPLUS)
|
||||
if(CONFIG_CPP)
|
||||
zephyr_linker_section(NAME .ARM.extab GROUP ROM_REGION)
|
||||
zephyr_linker_section_configure(SECTION .ARM.extab INPUT ".gnu.linkonce.armextab.*")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue