Skip to content

Commit

Permalink
i686 target: don't pretend to be gnu/linux
Browse files Browse the repository at this point in the history
This prevents llvm from emitting calls to bcmp for memcmp.
rust-lang/rust#62698
  • Loading branch information
tylerwhall committed Sep 18, 2019
1 parent e0a3df3 commit f335c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/i686-unknown-zephyr.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"relocation-model": "static",
"linker-flavor": "gcc",
"linker-is-gnu": true,
"llvm-target": "i686-unknown-linux-gnu",
"llvm-target": "i686-elf",
"max-atomic-width": 64,
"os": "zephyr",
"position-independent-executables": false,
Expand Down

0 comments on commit f335c95

Please sign in to comment.