diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-05-28 15:29:03 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-06-04 10:04:33 +1200 |
commit | 227d99d7f3115f3a078595a580d2b307dcd23e93 (patch) | |
tree | 71aa5ec27ff438f002e881ad4cc2440a1d0aa8a5 /config | |
parent | 0160064f00b158a0a672a04f25fbb0968ac59cdf (diff) | |
download | crosstool-ng-227d99d7f3115f3a078595a580d2b307dcd23e93.tar.gz crosstool-ng-227d99d7f3115f3a078595a580d2b307dcd23e93.tar.bz2 crosstool-ng-227d99d7f3115f3a078595a580d2b307dcd23e93.zip |
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 <judge.packham@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/newlib.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |