mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
Kconfig: change default toolchain prefix for esp32s2beta to "esp32s2"
This commit is contained in:
committed by
suda-morris
parent
047aca97e8
commit
fa6622aa33
2
Kconfig
2
Kconfig
@@ -43,7 +43,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
|||||||
config SDK_TOOLPREFIX
|
config SDK_TOOLPREFIX
|
||||||
string "Compiler toolchain path/prefix"
|
string "Compiler toolchain path/prefix"
|
||||||
default "xtensa-esp32-elf-" if IDF_TARGET_ESP32
|
default "xtensa-esp32-elf-" if IDF_TARGET_ESP32
|
||||||
default "xtensa-lx7-elf-" if IDF_TARGET_ESP32S2BETA
|
default "xtensa-esp32s2-elf-" if IDF_TARGET_ESP32S2BETA
|
||||||
help
|
help
|
||||||
The prefix/path that is used to call the toolchain. The default setting assumes
|
The prefix/path that is used to call the toolchain. The default setting assumes
|
||||||
a crosstool-ng gcc setup that is in your PATH.
|
a crosstool-ng gcc setup that is in your PATH.
|
||||||
|
Reference in New Issue
Block a user