Browse Source

Merge pull request #432 from BaoshanPang/master

use wr-c++ instead of vx-cxx
wip-new-parallel
Alex Crichton 5 years ago
committed by GitHub
parent
commit
f99a4248b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/lib.rs

2
src/lib.rs

@ -1778,7 +1778,7 @@ impl Build {
target == "wasm32-unknown-unknown" {
"clang".to_string()
} else if target.contains("vxworks") {
"vx-cxx".to_string()
"wr-c++".to_string()
} else if self.get_host()? != target {
// CROSS_COMPILE is of the form: "arm-linux-gnueabi-"
let cc_env = self.getenv("CROSS_COMPILE");

Loading…
Cancel
Save