zephyr/lib/cpp
Stephanos Ioannidis 45ba8d5787 lib: cpp: Rename CONFIG_RTTI to CONFIG_CPP_RTTI
The Kconfig `CONFIG_RTTI` symbol enables the C++ Run-Time Type
Information (RTTI) support and is a feature of the standard C++
library; therefore, it should be prefixed with `CPP_` as with the rest
of the C++-specific symbols.

This commit renames the Kconfig `CONFIG_RTTI` symbol to
`CONFIG_CPP_RTTI` in order to better align with the other existing C++
Kconfig symbols, and deprecates the old `CONFIG_RTTI` symbol.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2023-01-13 17:42:55 -05:00
..
abi
minimal lib: cpp: Relocate C++ minimal library components to lib/cpp/minimal 2023-01-13 17:42:55 -05:00
CMakeLists.txt lib: cpp: Relocate C++ minimal library components to lib/cpp/minimal 2023-01-13 17:42:55 -05:00
Kconfig lib: cpp: Rename CONFIG_RTTI to CONFIG_CPP_RTTI 2023-01-13 17:42:55 -05:00
Kconfig.deprecated lib: cpp: Rename CONFIG_RTTI to CONFIG_CPP_RTTI 2023-01-13 17:42:55 -05:00