Date: Sun, 4 Nov 2018 02:01:11 +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: r483956 - head/devel/xtensa-esp32-elf Message-ID: <201811040201.wA421BBx058429@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040201.wA421BBx058429>