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 4932028Copy full SHA for 4932028
configs/common.config
@@ -19,6 +19,8 @@ CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc"
19
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
20
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
21
CT_CC_LANG_CXX=y
22
+## Experimental Objective-C support
23
+CT_CC_LANG_OBJC=y
24
CT_MULTILIB_SPACE=y
25
26
# Picolibc
0 commit comments