diff options
Diffstat (limited to 'community/rust/alpine-target.patch')
-rw-r--r-- | community/rust/alpine-target.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/alpine-target.patch b/community/rust/alpine-target.patch index 8b3a914ab4..f5425a5e78 100644 --- a/community/rust/alpine-target.patch +++ b/community/rust/alpine-target.patch @@ -9,7 +9,7 @@ and distribution-specific quirks instead of polluting the main musl target of --- a/src/librustc_back/target/mod.rs +++ b/src/librustc_back/target/mod.rs -@@ -234,6 +234,11 @@ +@@ -239,6 +239,11 @@ ("armv7-unknown-cloudabi-eabihf", armv7_unknown_cloudabi_eabihf), ("i686-unknown-cloudabi", i686_unknown_cloudabi), ("x86_64-unknown-cloudabi", x86_64_unknown_cloudabi), |