svn commit: r483956 - head/devel/xtensa-esp32-elf

Craig Leres leres at FreeBSD.org
Sun Nov 4 02:01:12 UTC 2018


Author: leres
Date: Sun Nov  4 02:01:10 2018
New Revision: 483956
URL: https://svnweb.freebsd.org/changeset/ports/483956

Log:
  Pin to gcc7 and unblock 231590 which wants to update GCC_DEFAULT
  from 7 to 8.
  
  PR:		232933
  Reported by:	Gerald Pfeifer
  Approved by:	ler (mentor, implicit)

Modified:
  head/devel/xtensa-esp32-elf/Makefile

Modified: head/devel/xtensa-esp32-elf/Makefile
==============================================================================
--- head/devel/xtensa-esp32-elf/Makefile	Sun Nov  4 01:58:40 2018	(r483955)
+++ head/devel/xtensa-esp32-elf/Makefile	Sun Nov  4 02:01:10 2018	(r483956)
@@ -55,7 +55,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 
 NO_MTREE=	yes
 USES=		autoreconf:build bison gmake libtool python
-USE_GCC=	yes
+USE_GCC=	7
 USE_GITHUB=	yes
 USE_LDCONFIG=	${PREFIX}/${PORTNAME}/libexec/gcc/${PORTNAME}/5.2.0
 SUBDIR=		crosstool-NG


More information about the svn-ports-all mailing list