svn commit: r558342 - head/devel/xtensa-esp32-elf
Craig Leres
leres at FreeBSD.org
Fri Dec 18 01:33:03 UTC 2020
Author: leres
Date: Fri Dec 18 01:33:03 2020
New Revision: 558342
URL: https://svnweb.freebsd.org/changeset/ports/558342
Log:
devel/xtensa-esp32-elf: Switch from gcc7 to gcc9
Also remove ONLY_FOR_ARCHS (please let me know if this causes
problems).
Modified:
head/devel/xtensa-esp32-elf/Makefile
Modified: head/devel/xtensa-esp32-elf/Makefile
==============================================================================
--- head/devel/xtensa-esp32-elf/Makefile Fri Dec 18 01:21:01 2020 (r558341)
+++ head/devel/xtensa-esp32-elf/Makefile Fri Dec 18 01:33:03 2020 (r558342)
@@ -3,6 +3,7 @@
PORTNAME= xtensa-esp32-elf
DISTVERSION= 1.22.0.g20200907
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SOURCEWARE/binutils/releases/binutils:source1 \
GNU/binutils:source1 \
@@ -48,11 +49,8 @@ BUILD_DEPENDS= bash:shells/bash \
wget:ftp/wget
USES= autoreconf:build bison gmake libtool python
-USE_GCC= 7
+USE_GCC= 9
USE_GITHUB= yes
-
-# Limit to tier 1 platforms until switching to a version that builds with gcc9
-ONLY_FOR_ARCHS= amd64 i386
NO_MTREE= yes
SUBDIR= crosstool-NG
More information about the svn-ports-all
mailing list