Kconfig: change default toolchain prefix for esp32s2beta to "esp32s2"

This commit is contained in:
Ivan Grokhotkov
2019-06-07 18:21:54 +08:00
committed by suda-morris
parent 047aca97e8
commit fa6622aa33

View File

@@ -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.