Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 01:33:03 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558342 - head/devel/xtensa-esp32-elf
Message-ID:  <202012180133.0BI1X3ix093618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012180133.0BI1X3ix093618>