Skip to content

Commit f041f6b

Browse files
committed
Temporary use gcc-rs from git until new version released
1 parent 1d18f38 commit f041f6b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name = "compiler_builtins"
55
version = "0.1.0"
66

77
[build-dependencies]
8-
gcc = "0.3.35"
98
rustc-cfg = "0.2.0"
109

10+
[build-dependencies.gcc]
11+
git = "https://github.com/alexcrichton/gcc-rs"
12+
1113
[dependencies]
1214

1315
[dependencies.rlibc]

compiler-rt/compiler-rt-cdylib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ build = "build.rs"
77
[lib]
88
crate-type = ["cdylib"]
99

10-
[build-dependencies]
11-
gcc = "0.3"
10+
[build-dependencies.gcc]
11+
git = "https://github.com/alexcrichton/gcc-rs"

0 commit comments

Comments
 (0)