svn commit: r493904 - head/lang/rust/files

Tobias Kortkamp tobik at FreeBSD.org
Mon Feb 25 23:09:11 UTC 2019


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]
 


More information about the svn-ports-all mailing list