]> git.lizzy.rs Git - rust.git/commit
auto merge of #10220 : luqmana/rust/con, r=brson
authorbors <bors@rust-lang.org>
Fri, 1 Nov 2013 19:46:21 +0000 (12:46 -0700)
committerbors <bors@rust-lang.org>
Fri, 1 Nov 2013 19:46:21 +0000 (12:46 -0700)
commit8ea2123055dcbc1caa0bb07bc492516027b832b4
treeae5ce8f02a23e7886060d90c33e56fc896c14f4a
parentfa2bb970d1c3085861ad0b1f88c2f7b4fb82464c
parentd9decf30bd12f5b97a99739a57a2f8611fa36443
auto merge of #10220 : luqmana/rust/con, r=brson

Previously we were actually overwriting `CFG_{HOST,TARGET,BUILD}` with `CFG_{HOST,TARGET,BUILD}_TRIPLE(S)` since configure tested for the legacy one by checking if it was empty which would never be the case. That meant it wouldn't split up multiple triples and just treat it as one long triple.

This pull also fixes the rules that were changed when librustuv was added to use the right CFG_ vars and removes the legacy flags.
configure