We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac42d50 commit 3567f24Copy full SHA for 3567f24
configs/common.config
@@ -20,6 +20,9 @@ CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-arra
20
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
21
CT_CC_LANG_CXX=y
22
CT_MULTILIB_SPACE=y
23
+## Experimental Objective-C and Objective-C++ gcc support
24
+CT_LANG_OBJC=y
25
+CT_LANG_OBJCXX=y
26
27
# Picolibc
28
CT_LIBC_PICOLIBC=y
0 commit comments