Skip to content

Commit 2a177e8

Browse files
committed
Add support to Objective-C to Zephyr.
Signed-off-by: Rodrigo Peixoto <[email protected]>
1 parent f2b8d9b commit 2a177e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/common.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ CT_GCC_SRC_CUSTOM=y
1717
CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc"
1818
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
1919
CT_CC_LANG_CXX=y
20+
## Experimental support for Objective-C
21+
CT_CC_LANG_OBJC=y
2022

2123
# Newlib
2224
CT_NEWLIB_SRC_CUSTOM=y

0 commit comments

Comments
 (0)