diff options
| author | hathach <[email protected]> | 2020-04-06 20:39:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-06 20:39:20 +0700 |
| commit | a344427e3f27b04744778241f235262b42a8d003 (patch) | |
| tree | ccdfd60219b288577b28cead9426a0c541c6623c /hw | |
| parent | 9d26666c9177653be431b02f5262405ee39f3f59 (diff) | |
fix CROSS_COMPILE for esp32s2
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/esp32s2_saola/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/esp32s2_saola/board.mk b/hw/bsp/esp32s2_saola/board.mk index 92ca884c4..167ef6226 100644 --- a/hw/bsp/esp32s2_saola/board.mk +++ b/hw/bsp/esp32s2_saola/board.mk @@ -1,2 +1,2 @@ # Cross Compiler for ESP32 -CROSS_COMPILE = xtensa-esp32-elf- +CROSS_COMPILE = xtensa-esp32s2-elf- |
