mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
xtensa/lx7: Fix the CROSSDEV variable
This commit is contained in:
committed by
Abdelatif Guettouche
parent
ccaea473f3
commit
e092c457e6
@@ -39,7 +39,7 @@ ifeq ($(CONFIG_XTENSA_TOOLCHAIN_XCLANG), y)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_XTENSA_TOOLCHAIN_ESP), y)
|
ifeq ($(CONFIG_XTENSA_TOOLCHAIN_ESP), y)
|
||||||
CROSSDEV = xtensa-esp32-elf-
|
CROSSDEV = xtensa-esp32s2-elf-
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ARCHCPUFLAGS =
|
ARCHCPUFLAGS =
|
||||||
|
|||||||
Reference in New Issue
Block a user