diff options
| author | bors <bors@rust-lang.org> | 2017-10-15 06:12:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-10-15 06:12:13 +0000 |
| commit | 6c0d50f9fabe78fa8497041c14ce73787a4aef87 (patch) | |
| tree | 4d03810665887d02c8ed2f18ce5486f38515a5c6 /src/liballoc_jemalloc | |
| parent | f5eb33f4e5ea2b78cfcc34cc42dda8701b2a0f85 (diff) | |
| parent | 7199feea9d480d44e1f5dac9342cc9951f20e6ad (diff) | |
| download | rust-6c0d50f9fabe78fa8497041c14ce73787a4aef87.tar.gz rust-6c0d50f9fabe78fa8497041c14ce73787a4aef87.zip | |
Auto merge of #45224 - malbarbo:x32, r=alexcrichton
Add x86_64-unknown-linux-gnux32 target This adds X32 ABI support for Linux on X86_64. Let's package and dist it so we can star testing libc, libstd, etc. Fixes https://github.com/rust-lang/rfcs/issues/1339
Diffstat (limited to 'src/liballoc_jemalloc')
| -rw-r--r-- | src/liballoc_jemalloc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/Cargo.toml b/src/liballoc_jemalloc/Cargo.toml index 4042c4d2d4e..6d7d83dd993 100644 --- a/src/liballoc_jemalloc/Cargo.toml +++ b/src/liballoc_jemalloc/Cargo.toml @@ -19,7 +19,7 @@ libc = { path = "../rustc/libc_shim" } [build-dependencies] build_helper = { path = "../build_helper" } -cc = "1.0" +cc = "1.0.1" [features] debug = [] |
