index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 20:12:42 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 20:12:42 +0100 |
commit | b79b42e58b90a54eb5644ae10d04b5bfde26fb75 (patch) | |
tree | efc264b13e87d1fccab33b445d86c9ed7147bc61 /build-support/disabled/rust148/config.toml.patch | |
parent | fc72f1b90bda328df3f4531ca2814a1205f92396 (diff) |
-rw-r--r-- | build-support/disabled/rust148/config.toml.patch | 26 |
diff --git a/build-support/disabled/rust148/config.toml.patch b/build-support/disabled/rust148/config.toml.patch deleted file mode 100644 index 8d0762cd..00000000 --- a/build-support/disabled/rust148/config.toml.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -rauN a/config.toml b/config.toml ---- a/config.toml 2019-10-20 16:44:31.647900892 +0200 -+++ b/config.toml 2019-10-20 16:44:39.637875348 +0200 -@@ -2,7 +2,7 @@ - link-shared = true - - [build] --target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"] -+target = ["i686-unknown-linux-gnu"] - cargo = "/usr/bin/cargo" - rustc = "/usr/bin/rustc" - python = "/usr/bin/python" -@@ -21,11 +21,11 @@ - # https://github.com/rust-lang/rust/issues/54872 - codegen-units-std = 1 - --debuginfo-level = 2 -+debuginfo-level = 0 - - channel = "stable" - - rpath = false - --[target.x86_64-unknown-linux-gnu] -+[target.i686-unknown-linux-gnu] - llvm-config = "/usr/bin/llvm-config" |