summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-10-15 06:12:13 +0000
committerbors <bors@rust-lang.org>2017-10-15 06:12:13 +0000
commit6c0d50f9fabe78fa8497041c14ce73787a4aef87 (patch)
tree4d03810665887d02c8ed2f18ce5486f38515a5c6 /src/libstd
parentf5eb33f4e5ea2b78cfcc34cc42dda8701b2a0f85 (diff)
parent7199feea9d480d44e1f5dac9342cc9951f20e6ad (diff)
downloadrust-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/libstd')
-rw-r--r--src/libstd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index fb276448ffa..c95287390b4 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -36,7 +36,7 @@ rustc_tsan = { path = "../librustc_tsan" }
 
 [build-dependencies]
 build_helper = { path = "../build_helper" }
-cc = "1.0"
+cc = "1.0.1"
 
 [features]
 backtrace = []