Need to be more careful about how we tell rustc's build process to search for libraries to link against, in particular we need to convince it not to search ${libdir} when doing the initial builds.
The problem there is the search of ${libdir} is:
- necessary to find rust-llvm
- is also part of our generated
target.json (so invocations of the final rustc to build other things look in ${libdir}).