git: 1d9f42825af7 - main - devel/xtensa-esp32-elf: Switch from gcc9 to gcc10
Craig Leres
leres at FreeBSD.org
Sun Jul 11 01:35:23 UTC 2021
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1d9f42825af7987f45a81f2dc83f4389181b620b
commit 1d9f42825af7987f45a81f2dc83f4389181b620b
Author: Craig Leres <leres at FreeBSD.org>
AuthorDate: 2021-07-11 01:32:55 +0000
Commit: Craig Leres <leres at FreeBSD.org>
CommitDate: 2021-07-11 01:32:55 +0000
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
More information about the dev-commits-ports-all
mailing list