about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-11 00:04:04 +0000
committerbors <bors@rust-lang.org>2023-10-11 00:04:04 +0000
commitdcf89f43a57eab2da3463be3a06aa6b5d8d213dc (patch)
treed442e1d308c6eb3935997522ccc87b301d061e1a /compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch
parentd627cf07ce46d230a93732a4714d16f00df9466b (diff)
parent06c5ac47615b5e87d2a6575690aa26d6b8b3d352 (diff)
downloadrust-dcf89f43a57eab2da3463be3a06aa6b5d8d213dc.tar.gz
rust-dcf89f43a57eab2da3463be3a06aa6b5d8d213dc.zip
Auto merge of #116578 - antoyo:subtree-update_cg_gcc_2023-10-09, r=bjorn3
subtree update cg_gcc 2023/10/09
Diffstat (limited to 'compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch')
-rw-r--r--compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch b/compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch
deleted file mode 100644
index 1b71df1ca8d..00000000000
--- a/compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-