Skip to content

Commit 648333d

Browse files
committed
esp8266/Makefile: Override abort() when building axtls.
abort() is a special function known to compiler as no-return.
1 parent 480c212 commit 648333d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ axtls:
204204
cd ../lib/axtls; cp config/upyconfig config/.config
205205
cd ../lib/axtls; make oldconfig -B
206206
cd ../lib/axtls; make clean
207-
cd ../lib/axtls; make all CC="$(CC)" LD="$(LD)" CFLAGS_EXTRA="$(CFLAGS_XTENSA)"
207+
cd ../lib/axtls; make all CC="$(CC)" LD="$(LD)" CFLAGS_EXTRA="$(CFLAGS_XTENSA) -Dabort=abort_"

0 commit comments

Comments
 (0)