rust/mk
bors 8ea2123055 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.
2013-11-01 12:46:21 -07:00
..
clean.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
ctags.mk Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
dist.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
docs.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
host.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
install.mk Fix missing parenthesis in a previous substitution '$(PREFIX_ROOT)' to '$(CFG_MANDIR' on 1c4a348b07 2013-10-31 11:33:02 +01:00
llvm.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk auto merge of #10203 : kud1ing/rust/ios, r=alexcrichton 2013-11-01 02:26:23 -07:00
pp.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
rt.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
rustllvm.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
snap.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
stage0.mk configure: Fix passing multiple target and host triples. 2013-11-01 03:34:16 -04:00
target.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
tests.mk configure: Fix passing multiple target and host triples. 2013-11-01 03:34:16 -04:00
tools.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00