Skip to content

Commit 5d18c09

Browse files
Merge pull request #77 from YruamaLairba/cross_bindings
Cross bindings
2 parents 49c7f4f + 4a20f99 commit 5d18c09

File tree

6 files changed

+5496
-6
lines changed

6 files changed

+5496
-6
lines changed

.cargo/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
systool = "run -p systool --"

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,16 @@ A Tier 1 target for `rust-lv2` also has to be a Tier 1 target of rustc. You can
155155

156156
A Tier 2 target is a target that is at least in Tier 2 of rustc and has a generated binding. However, it might not work (well) and there might not be a maintainer who has access to a machine that runs this target and who can generate and verify bindings on this machine. This means that if you have a problem running your code on a Tier 2 target, you're stepping into uncharted territory.
157157

158-
| Target | Binding |
159-
|--------------------------|--------------|
160-
| `x86_64-pc-windows-msvc` | `windows.rs` |
158+
| Target | Binding |
159+
|---------------------------------------|--------------|
160+
| `aarch64-unknown-linux-gnu` | `aarch64.rs` |
161+
| `arm-unknown-linux-gnueabi` | `arm.rs` |
162+
| `arm-unknown-linux-gnueabihf` | `arm.rs` |
163+
| `armv5te-unknown-linux-gnueabi` | `arm.rs` |
164+
| `armv7-unknown-linux-gnueabi` | `arm.rs` |
165+
| `armv7-unknown-linux-gnueabihf` | `arm.rs` |
166+
| `thumbv7neon-unknown-linux-gnueabihf` | `arm.rs` |
167+
| `x86_64-pc-windows-msvc` | `windows.rs` |
161168

162169
## License
163170

0 commit comments

Comments
 (0)