mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Retire CONFIG_WCHAR_BUILTIN
wchar_t is always a builtin type for C++. Note: boards/arm/stm32/nucleo-f4x1re/scripts/Make.defs was broken. (missing -)
This commit is contained in:
committed by
Xiang Xiao
parent
e99e185712
commit
1184502661
@@ -957,7 +957,6 @@ if __name__ == '__main__':
|
||||
lib_prj.make_output_dir(lib_name)
|
||||
if lib_name == 'libxx':
|
||||
lib_prj.add_misc('cxx_misc')
|
||||
lib_prj.add_define('cxx_def', 'CONFIG_WCHAR_BUILTIN')
|
||||
else:
|
||||
lib_prj.add_misc('c_misc')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user