xtensa/lx7: Fix the CROSSDEV variable
This commit is contained in:
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 =
|
||||||
|
|
Loading…
Reference in New Issue