mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Kconfig: change default toolchain prefix for esp32s2beta to "esp32s2"
This commit is contained in:
parent
047aca97e8
commit
fa6622aa33
2
Kconfig
2
Kconfig
@ -43,7 +43,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
||||
config SDK_TOOLPREFIX
|
||||
string "Compiler toolchain path/prefix"
|
||||
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
|
||||
The prefix/path that is used to call the toolchain. The default setting assumes
|
||||
a crosstool-ng gcc setup that is in your PATH.
|
||||
|
Loading…
Reference in New Issue
Block a user