> Date: Wed, 4 Jan 2017 17:46:23 +0100
> From: Patrick Wildt
>
> Hi,
>
> with GCC as cross-compiler the PREFIX define (which is set to the
> CROSSDIR) makes sure that the linker includes the correct dirs.
> Otherwise the cross-build will only find the host libraries, which
> does not really work
Hi,
with GCC as cross-compiler the PREFIX define (which is set to the
CROSSDIR) makes sure that the linker includes the correct dirs.
Otherwise the cross-build will only find the host libraries, which
does not really work well.
Our clang doesn't do this so far. The changes in clang make sure tha