Skip to content
Snippets Groups Projects
Commit c7d19dc0 authored by Damien George's avatar Damien George
Browse files

ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code.

parent 5a6026c6
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@ COPT += -Os -DNDEBUG
LDFLAGS += --gc-sections
endif
# Options for mpy-cross
MPY_CROSS_FLAGS += -march=xtensa
SRC_C = \
strtoll.c \
main.c \
......
......@@ -105,6 +105,9 @@ else
COPT += -Os -DNDEBUG
endif
# Options for mpy-cross
MPY_CROSS_FLAGS += -march=armv7m
SRC_LIB = $(addprefix lib/,\
libc/string0.c \
oofatfs/ff.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment