This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 55c4d6c93509475ef1af62808b99e9a794acca94 Author: Szymon Janc <[email protected]> AuthorDate: Fri Feb 20 16:36:10 2026 +0100 baselibc: Remove defunct options Those were deprecated for quite a long and should be safe to cleanup. --- libc/baselibc/syscfg.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libc/baselibc/syscfg.yml b/libc/baselibc/syscfg.yml index af331589f..d20e0a16f 100644 --- a/libc/baselibc/syscfg.yml +++ b/libc/baselibc/syscfg.yml @@ -22,11 +22,6 @@ syscfg.defs: description: "Indicates that baselibc is the libc implementation." value: 1 - BASELIBC_ASSERT_FILE_LINE: - defunct: 1 - description: 'Use OS_CRASH_FILE_LINE instead' - value: 0 - BASELIBC_EXECUTE_GLOBAL_CONSTRUCTORS: description: > Set to 1 if project contains C++ files with global objects that
