mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
xtensa-fsf-elf: Unset NEWLIB_GLOBAL_ATEXIT
NEWLIB_GLOBAL_ATEXIT needs to be set to y for modern newlib versions.
Commit 227d99d7
("newlib: add 4.3.0.20230120") ensured this was done.
But xtensa-fsf-elf uses a newlib version from before this so it needs to
explicitly opt out.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
cf25b4edb0
commit
6780e48aca
@ -16,6 +16,7 @@ CT_NEWLIB_DEVEL_URL="https://github.com/espressif/newlib-esp32.git"
|
||||
CT_NEWLIB_DEVEL_REVISION="fdbb7b81"
|
||||
CT_LIBC_NEWLIB_TARGET_CFLAGS="-DSIGNAL_PROVIDED -DABORT_PROVIDED -DMALLOC_PROVIDED"
|
||||
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
|
||||
# CT_LIBC_NEWLIB_GLOBAL_ATEXIT is not set
|
||||
CT_GCC_SRC_DEVEL=y
|
||||
CT_GCC_DEVEL_VCS_git=y
|
||||
CT_GCC_DEVEL_URL="https://github.com/espressif/gcc.git"
|
||||
|
Loading…
Reference in New Issue
Block a user