Date: Sun, 11 Jul 2021 01:35:23 GMT From: Craig Leres <leres@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1d9f42825af7 - main - devel/xtensa-esp32-elf: Switch from gcc9 to gcc10 Message-ID: <202107110135.16B1ZN11055181@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d9f42825af7987f45a81f2dc83f4389181b620b commit 1d9f42825af7987f45a81f2dc83f4389181b620b Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2021-07-11 01:32:55 +0000 Commit: Craig Leres <leres@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107110135.16B1ZN11055181>