diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-07 19:57:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 19:57:45 +0100 |
| commit | c21a640c5a31d64a276cbb76e9e358623ec0ad17 (patch) | |
| tree | 85da5a3b9a5b48f906bf78c4bd40f7a40072f4ff /compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch | |
| parent | 63635880f6fe27fc291c7542bc7df03018f694bb (diff) | |
| parent | 2c0c25dcc1598cd115838e1e1d74d9f32ffd8dbf (diff) | |
| download | rust-c21a640c5a31d64a276cbb76e9e358623ec0ad17.tar.gz rust-c21a640c5a31d64a276cbb76e9e358623ec0ad17.zip | |
Rollup merge of #108783 - antoyo:sync-cg_gcc-2023-03-04, r=cjgillot
Sync rustc_codegen_gcc 2023/03/04 Hi. This sync all the changes from rustc_codegen_gcc. Thanks for the review.
Diffstat (limited to 'compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch')
| -rw-r--r-- | compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch b/compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch new file mode 100644 index 00000000000..1b71df1ca8d --- /dev/null +++ b/compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch @@ -0,0 +1,25 @@ +From a2d53a324a02c04b76c0e9d39dc15cd443a3b8b2 Mon Sep 17 00:00:00 2001 +From: Antoni Boucher <bouanto@zoho.com> +Date: Fri, 25 Nov 2022 11:18:11 -0500 +Subject: [PATCH] Disable examples + +--- + library/stdarch/Cargo.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml +index fbe0a95..748d72d 100644 +--- a/library/stdarch/Cargo.toml ++++ b/library/stdarch/Cargo.toml +@@ -3,7 +3,7 @@ members = [ + "crates/core_arch", + "crates/std_detect", + "crates/stdarch-gen", +- "examples/" ++ #"examples/" + ] + exclude = [ + "crates/wasm-assert-instr-tests" +-- +2.26.2.7.g19db9cfb68.dirty + |
