Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 23:09:09 +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: r493904 - head/lang/rust/files
Message-ID:  <201902252309.x1PN99WC068774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Feb 25 23:09:09 2019
New Revision: 493904
URL: https://svnweb.freebsd.org/changeset/ports/493904

Log:
  lang/rust: Attempt to fix build on powerpc64
  
  Add change forgotten in r493268.
  
  Pointy hat:	tobik

Modified:
  head/lang/rust/files/config.toml

Modified: head/lang/rust/files/config.toml
==============================================================================
--- head/lang/rust/files/config.toml	Mon Feb 25 22:31:39 2019	(r493903)
+++ head/lang/rust/files/config.toml	Mon Feb 25 23:09:09 2019	(r493904)
@@ -24,10 +24,17 @@ mandir = "%MANDIR%"
 # Rust release channel.
 channel = "%CHANNEL%"
 
+default-linker = "%CC%"
+
 [llvm]
 ccache = %CCACHE%
+#targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon"
+#experimental-targets = "WebAssembly;RISCV"
 
 [target.%TARGET%]
+cc = "%CC%"
+cxx = "%CXX%"
+linker = "%CC%"
 
 [dist]
 



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