Douglas Young 4ac89cd276 Enable use of syntax extensions when cross compiling.
This adds the target triple to the crate metadata.
When searching for a crate the phase (link, syntax) is taken into account.
During link phase only crates matching the target triple are considered.
During syntax phase, either the target or host triple will be accepted, unless
the crate defines a macro_registrar, in which case only the host triple will
match.
2014-04-23 20:33:54 +01:00
..
2014-04-11 11:16:10 -07:00
2013-10-29 16:22:08 -07:00
2014-03-27 14:29:07 -07:00
2014-02-02 10:59:14 -08:00
2013-10-29 16:22:08 -07:00
2014-02-14 19:17:50 -08:00