CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/04 10:25:11
Modified files:
gnu/llvm/tools/clang/lib/Driver: ToolChains.cpp Tools.cpp
Log message:
With clang as cross-compiler we need to make it pass the library path
to our linker. Additionally, we need to make sure the library path is
prefixed with the cross directory, which is sysroot.
ok kettenis@
