File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ CT_TARGET_CFLAGS="-ftls-model=local-exec"
77CT_MULTILIB=y
88CT_CC_GCC_MULTILIB_LIST="rmprofile"
99CT_LIBC_NEWLIB_NANO_TARGET_CFLAGS="-mthumb-interwork"
10+
11+ CT_CC_SUPPORT_OBJC=y
12+ CT_CC_LANG_OBJC=y
13+ CT_CC_LANG_OTHERS="objc"
Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-arra
2020CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
2121CT_CC_LANG_CXX=y
2222CT_MULTILIB_SPACE=y
23+ ## Experimental Objective-C and Objective-C++ gcc support
24+ CT_EXPERIMENTAL=y
25+ CT_CC_SUPPORT_OBJC=y
26+ # CT_CC_SUPPORT_OBJCXX=y
27+ CT_CC_LANG_OBJC=y
28+ # CT_CC_LANG_OBJCXX=y
29+ # CT_CC_LANG_OTHERS="objc"
2330
2431# Picolibc
2532CT_LIBC_PICOLIBC=y
You can’t perform that action at this time.
0 commit comments