-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VxWorks wr-cc is detected as MSVC compiler, cc adds flags "no-logo", "W4" and "--" which causes compilation issues. #1197
Comments
Does VxWorks wr-cc define any macro? If it does, then we could use it to detect VxWorks wr-cc compiler. |
Yes. It does have |
How does it distinguish clang from msvc on linux. On linux GNUC and clang both would be defined. |
You could put it in detect_compiler_family.c then modify tool.rs to support VxWorks wr-cc |
We pass |
Oh
Yeah. For some reason |
More discussion at Zulip: https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Optimizing.20Compiler.20builtins.20causes.20build.20failure.20on.20VxWorks
Follow up of issue: rust-lang/compiler-builtins#679
The text was updated successfully, but these errors were encountered: