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.
This commit is contained in:
Craig Leres 2021-07-10 18:32:55 -07:00
parent 99b217d54d
commit 1d9f42825a

View File

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