aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2021-07-11 01:32:55 +0000
committerCraig Leres <leres@FreeBSD.org>2021-07-11 01:32:55 +0000
commit1d9f42825af7987f45a81f2dc83f4389181b620b (patch)
tree34c17321e9b35911d0652f053d2cd0953f330f1d
parent99b217d54d46a600c19016b20ce791bef5f4d160 (diff)
downloadports-1d9f42825af7987f45a81f2dc83f4389181b620b.tar.gz
ports-1d9f42825af7987f45a81f2dc83f4389181b620b.zip
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.
-rw-r--r--devel/xtensa-esp32-elf/Makefile4
1 files 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