diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
commit | 4547b622d8d29df964fa2914213088b148c498fc (patch) | |
tree | 9fc6b25f3c3add6b745be9a2400a6e96140046e9 /vendor/windows_aarch64_gnullvm | |
parent | Releasing progress-linux version 1.66.0+dfsg1-1~progress7.99u1. (diff) | |
download | rustc-4547b622d8d29df964fa2914213088b148c498fc.tar.xz rustc-4547b622d8d29df964fa2914213088b148c498fc.zip |
Merging upstream version 1.67.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows_aarch64_gnullvm')
-rw-r--r-- | vendor/windows_aarch64_gnullvm/.cargo-checksum.json | 1 | ||||
-rw-r--r-- | vendor/windows_aarch64_gnullvm/Cargo.toml | 23 | ||||
-rw-r--r-- | vendor/windows_aarch64_gnullvm/build.rs | 10 | ||||
-rw-r--r-- | vendor/windows_aarch64_gnullvm/lib/libwindows.a | bin | 0 -> 3238584 bytes | |||
-rw-r--r-- | vendor/windows_aarch64_gnullvm/src/lib.rs | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/vendor/windows_aarch64_gnullvm/.cargo-checksum.json b/vendor/windows_aarch64_gnullvm/.cargo-checksum.json new file mode 100644 index 000000000..afac3e518 --- /dev/null +++ b/vendor/windows_aarch64_gnullvm/.cargo-checksum.json @@ -0,0 +1 @@ +{"files":{"Cargo.toml":"42c12f2229de0b5a411381ce4eba2ed75a6cfaf5e0eca47774e00b68c98e9510","build.rs":"63fb190082cf5ca1a64158013408353c9a4b9b88ac4a0181f8ffc7d81a846202","lib/libwindows.a":"fa1d64d5213cd4d1f2eb1240f0beb73338675fe84b053a1df98276fb8cbd2dfe","src/lib.rs":"bdf6c7cf1fc01f69cc1d4e52948d1f246fdd310e6323d5dd1efd23f1daf382ef"},"package":"41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"}
\ No newline at end of file diff --git a/vendor/windows_aarch64_gnullvm/Cargo.toml b/vendor/windows_aarch64_gnullvm/Cargo.toml new file mode 100644 index 000000000..aedbded21 --- /dev/null +++ b/vendor/windows_aarch64_gnullvm/Cargo.toml @@ -0,0 +1,23 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies. +# +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + +[package] +edition = "2018" +name = "windows_aarch64_gnullvm" +version = "0.42.0" +authors = ["Microsoft"] +description = "Code gen support for the windows crate" +license = "MIT OR Apache-2.0" +repository = "https://github.com/microsoft/windows-rs" + +[package.metadata.docs.rs] +default-target = "x86_64-pc-windows-msvc" +targets = [] diff --git a/vendor/windows_aarch64_gnullvm/build.rs b/vendor/windows_aarch64_gnullvm/build.rs new file mode 100644 index 000000000..8c8f98f5e --- /dev/null +++ b/vendor/windows_aarch64_gnullvm/build.rs @@ -0,0 +1,10 @@ +fn main() { + let target = std::env::var("TARGET").unwrap(); + if target != "aarch64-pc-windows-gnullvm" { + return; + } + + let dir = std::env::var("CARGO_MANIFEST_DIR").unwrap(); + + println!("cargo:rustc-link-search=native={}", std::path::Path::new(&dir).join("lib").display()); +} diff --git a/vendor/windows_aarch64_gnullvm/lib/libwindows.a b/vendor/windows_aarch64_gnullvm/lib/libwindows.a Binary files differnew file mode 100644 index 000000000..b23bfd510 --- /dev/null +++ b/vendor/windows_aarch64_gnullvm/lib/libwindows.a diff --git a/vendor/windows_aarch64_gnullvm/src/lib.rs b/vendor/windows_aarch64_gnullvm/src/lib.rs new file mode 100644 index 000000000..0c9ac1ac8 --- /dev/null +++ b/vendor/windows_aarch64_gnullvm/src/lib.rs @@ -0,0 +1 @@ +#![no_std] |