mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
esp8266/Makefile: Override abort() when building axtls.
abort() is a special function known to compiler as no-return.
This commit is contained in:
@@ -204,4 +204,4 @@ axtls:
|
|||||||
cd ../lib/axtls; cp config/upyconfig config/.config
|
cd ../lib/axtls; cp config/upyconfig config/.config
|
||||||
cd ../lib/axtls; make oldconfig -B
|
cd ../lib/axtls; make oldconfig -B
|
||||||
cd ../lib/axtls; make clean
|
cd ../lib/axtls; make clean
|
||||||
cd ../lib/axtls; make all CC="$(CC)" LD="$(LD)" CFLAGS_EXTRA="$(CFLAGS_XTENSA)"
|
cd ../lib/axtls; make all CC="$(CC)" LD="$(LD)" CFLAGS_EXTRA="$(CFLAGS_XTENSA) -Dabort=abort_"
|
||||||
|
|||||||
Reference in New Issue
Block a user