diff options
| author | bors <bors@rust-lang.org> | 2016-04-02 10:30:03 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-04-02 10:30:03 -0700 |
| commit | 3ec71b033a81f2a7d7c24db265d1e1c2c437339a (patch) | |
| tree | 4b14c3469710215dff674b17c33b1518c84c6b04 /src/rustc | |
| parent | 1af79cf34e1fd6f38ba256631e2997ca650e490b (diff) | |
| parent | 08ca5d955832ee412250a776ce811c9d6abf2100 (diff) | |
| download | rust-3ec71b033a81f2a7d7c24db265d1e1c2c437339a.tar.gz rust-3ec71b033a81f2a7d7c24db265d1e1c2c437339a.zip | |
Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturon
rustbuild: Fix compile on OSX for 10.7 This commit should help configure our OSX rustbuild builder for targeting 10.7. A key part of this is using `libc++` instead of `libstdc++` as apparently it's more filled out and otherwise LLVM's cmake configuration would fail.
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/Cargo.lock | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rustc/Cargo.lock b/src/rustc/Cargo.lock index 3548e0c8f49..3f0d5086a17 100644 --- a/src/rustc/Cargo.lock +++ b/src/rustc/Cargo.lock @@ -76,7 +76,6 @@ dependencies = [ "rustc_const_eval 0.0.0", "rustc_data_structures 0.0.0", "rustc_front 0.0.0", - "rustc_llvm 0.0.0", "serialize 0.0.0", "syntax 0.0.0", ] @@ -87,7 +86,6 @@ version = "0.0.0" dependencies = [ "log 0.0.0", "rustc_front 0.0.0", - "rustc_llvm 0.0.0", "serialize 0.0.0", "syntax 0.0.0", ] @@ -227,10 +225,6 @@ dependencies = [ [[package]] name = "rustc_platform_intrinsics" version = "0.0.0" -dependencies = [ - "rustc 0.0.0", - "rustc_llvm 0.0.0", -] [[package]] name = "rustc_plugin" |
