Skip to content

Commit

Permalink
Merge pull request #432 from BaoshanPang/master
Browse files Browse the repository at this point in the history
use wr-c++ instead of vx-cxx
  • Loading branch information
alexcrichton authored Aug 12, 2019
2 parents 13e04b1 + 5ab556e commit f99a424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit f99a424

Please sign in to comment.