We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c8159 commit afa275dCopy full SHA for afa275d
build
@@ -60,6 +60,8 @@ install()
60
mkdir -p arena/newlib-install
61
(cd arena/newlib-install; ../../dl/newlib-xtensa/configure ${configurenewlibinstall}) &> $log.20.newlib.conf.log
62
(cd arena/newlib-install; CROSS_CFLAGS="-DSIGNAL_PROVIDED -DABORT_PROVIDED -DMALLOC_PROVIDED" make ${make}) &> $log.21.newlib.make.log
63
+ # Remove atexit() from newlib
64
+ (cd arena/newlib-install; for i in _atexit.o lib_a-atexit.o; do ar d ./xtensa-lx106-elf/newlib/libc.a $i; done )
65
(cd arena/newlib-install; make install) &> $log.22.newlib.install.log
66
echo "-------- Building installable hal"
67
rm -rf arena/hal-install
0 commit comments