Skip to content
Snippets Groups Projects
Commit 648333d2 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/Makefile: Override abort() when building axtls.

abort() is a special function known to compiler as no-return.
parent 480c2120
No related branches found
No related tags found
No related merge requests found
......@@ -204,4 +204,4 @@ axtls:
cd ../lib/axtls; cp config/upyconfig config/.config
cd ../lib/axtls; make oldconfig -B
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_"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment