Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 17:08:29 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538686 - head/lang/rust-bootstrap
Message-ID:  <202006131708.05DH8TEu006789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jun 13 17:08:29 2020
New Revision: 538686
URL: https://svnweb.freebsd.org/changeset/ports/538686

Log:
  lang/rust-bootstrap: Limit elfv1 bootstrap to GCC9 for now
  
  To use newer GCC the powerpc64 binary package that provides gcc
  libraries in the cross sysroot will need updating to a newer GCC
  as well.
  
  PR:		246700

Modified:
  head/lang/rust-bootstrap/Makefile

Modified: head/lang/rust-bootstrap/Makefile
==============================================================================
--- head/lang/rust-bootstrap/Makefile	Sat Jun 13 16:54:39 2020	(r538685)
+++ head/lang/rust-bootstrap/Makefile	Sat Jun 13 17:08:29 2020	(r538686)
@@ -44,7 +44,7 @@ powerpc64_elfv2_PKGNAMEPREFIX=	powerpc64-elfv2-
 
 USES=		perl5 python:3.3+,build tar:xz
 .if ${FLAVOR} == powerpc64_elfv1
-USE_GCC=	yes
+USE_GCC=	9
 .endif
 # for openssl-src crate
 USE_PERL5=	build



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