From 227d99d7f3115f3a078595a580d2b307dcd23e93 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 28 May 2023 15:29:03 +1200 Subject: newlib: add 4.3.0.20230120 Add the 4.3.0.20230120 and update the required patches. As of this release the newlib-global-atexit is mandatory so set this to default y. Included is an upstream patch to support older GCC versions. Signed-off-by: Chris Packham --- config/libc/newlib.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 7bba2293..9b01fa15 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -113,6 +113,7 @@ config LIBC_NEWLIB_ATEXIT_DYNAMIC_ALLOC config LIBC_NEWLIB_GLOBAL_ATEXIT bool prompt "Enable atexit data structure as global variable" + default y help Enable atexit data structure as global variable. By doing so it is move out of _reent structure, and can be garbage collected if atexit -- cgit v1.2.3