Skip to content
Unverified Commit c5ab2bfd authored by aszlig's avatar aszlig
Browse files

gcc-cross-wrapper: Explicitly add LD program name.



This is because autoconf is passing -print-prog-name=ld to the
cross-gcc, which in turn assumes a FHS compliant filesystem hierarchy
and searches ../../../../$crossConfig/bin/ld for the correct ld.

Of course, this won't work on Nix, hence we're explicitly passing the
correct LD program name.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 4f69722e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment