Skip to content

add support for thumbv7a-pc-windows-msvc #78

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

Merged
merged 2 commits into from
May 14, 2019
Merged

add support for thumbv7a-pc-windows-msvc #78

merged 2 commits into from
May 14, 2019

Conversation

chandde
Copy link
Contributor

@chandde chandde commented May 13, 2019

Hello

This is Chandler from Microsoft working on enabling ARM32 for Azure IoTEdge, which has a module is written in rust, we have already enabled ARM32 in rust tool chain (rust-lang/rust#53621), although there is some missing dependency in LLVM so ARM is not officially supported yet in official release, we're using a private version of cargo and rustc to compile Azure IoTEdge in ARM already, check out https://github.com/Azure/iotedge/blob/master/edgelet/build/windows/build.ps1#L30. Besides addressing ARM in rust, we also need to update a few crates to support ARM, e.g. backtrace-rs, winapi, cmake-rs, etc..

This is a simple change inside function visual_studio_generator to unblock this new build string. Please take a look.

Thanks
Chandler

@alexcrichton alexcrichton merged commit ce6ca0e into rust-lang:master May 14, 2019
@alexcrichton
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants