Skip to content

Commit 3567f24

Browse files
committed
Add experimental support to Objective-C
Signed-off-by: Rodrigo Peixoto <[email protected]>
1 parent ac42d50 commit 3567f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/common.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-arra
2020
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
2121
CT_CC_LANG_CXX=y
2222
CT_MULTILIB_SPACE=y
23+
## Experimental Objective-C and Objective-C++ gcc support
24+
CT_LANG_OBJC=y
25+
CT_LANG_OBJCXX=y
2326

2427
# Picolibc
2528
CT_LIBC_PICOLIBC=y

0 commit comments

Comments
 (0)