Skip to content

Commit

Permalink
fixup! dist/tools/esptools: bump to GCC version 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jan 20, 2025
1 parent f845bc4 commit 65f824a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dist/tools/esptools/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ export_arch()
TARGET_ARCH="riscv32-esp-elf"
ESP_GCC_RELEASE="${ESP32_GCC_RELEASE}"
;;
esp32s3)
TARGET_ARCH="xtensa-esp32s3-elf"
ESP_GCC_RELEASE="${ESP32_GCC_RELEASE}"
;;
*)
echo "Unknown architecture $1"
return
Expand Down

0 comments on commit 65f824a

Please sign in to comment.