esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code.

pull/1/head
Damien George 2019-11-04 15:32:20 +11:00
parent 36c9be6f60
commit 742030945c
1 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,9 @@ COPT += -Os -DNDEBUG
#LDFLAGS += --gc-sections
endif
# Options for mpy-cross
MPY_CROSS_FLAGS += -march=xtensawin
# Enable SPIRAM support if CONFIG_ESP32_SPIRAM_SUPPORT=y in sdkconfig
ifeq ($(CONFIG_ESP32_SPIRAM_SUPPORT),y)
CFLAGS_COMMON += -mfix-esp32-psram-cache-issue