]> git.lizzy.rs Git - rust.git/commit
Fix the linked targets for rustc
authorAlex Crichton <alex@alexcrichton.com>
Sat, 7 Dec 2013 18:38:32 +0000 (10:38 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 7 Dec 2013 18:38:32 +0000 (10:38 -0800)
commitf04d6241cb2076ef5ee10896babd0f160e109346
tree6c398004d15309527c551640bbc1abff438b4849
parent67aca9c9af9be7d04317d3ed452b7b253059818d
Fix the linked targets for rustc

Right now multiple targets/hosts is broken because the libdir passed for all of
the LLVM libraries is for the wrong architecture. By using the right arch
(target, not host), everything is linked and assembled just fine.
mk/target.mk
mk/tests.mk