Skip to content

Commit 6efa1fe

Browse files
arm-16.1.0: enable Algol68 via CT_CC_LANG_OTHERS
GCC 16 includes an Algol68 frontend. Use CT_CC_LANG_OTHERS to add it to the enabled languages list without requiring ct-ng changes. 🤖 Generated by LLM (Claude, via OpenClaw)
1 parent 5303055 commit 6efa1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/latest/arm-16.1.0.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ CT_CC_LANG_D=y
773773
CT_CC_LANG_OBJC=y
774774
CT_CC_LANG_OBJCXX=y
775775
CT_CC_LANG_GOLANG=y
776-
CT_CC_LANG_OTHERS=""
776+
CT_CC_LANG_OTHERS="algol68"
777777
# end of C compiler
778778

779779
#

0 commit comments

Comments
 (0)