From 1d9f42825af7987f45a81f2dc83f4389181b620b Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Sat, 10 Jul 2021 18:32:55 -0700 Subject: [PATCH] devel/xtensa-esp32-elf: Switch from gcc9 to gcc10 I tried gcc11 to see if I could switch to "YES" but it fails to build. --- devel/xtensa-esp32-elf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/xtensa-esp32-elf/Makefile b/devel/xtensa-esp32-elf/Makefile index 92a005d18bdc..d98259b26a09 100644 --- a/devel/xtensa-esp32-elf/Makefile +++ b/devel/xtensa-esp32-elf/Makefile @@ -2,7 +2,7 @@ PORTNAME= xtensa-esp32-elf DISTVERSION= 1.22.0.g20200907 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SOURCEWARE/binutils/releases/binutils:source1 \ GNU/binutils:source1 \ @@ -48,7 +48,7 @@ BUILD_DEPENDS= bash:shells/bash \ wget:ftp/wget USES= autoreconf:build bison gmake libtool python -USE_GCC= 9 +USE_GCC= 10 USE_GITHUB= yes NO_MTREE= yes