svn commit: r538686 - head/lang/rust-bootstrap

Tobias Kortkamp tobik at FreeBSD.org
Sat Jun 13 17:08:30 UTC 2020


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


More information about the svn-ports-all mailing list