Skip to content
Commit e49e2fed authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Makefile: fix ldconfig selection for internal toolchains



Commit ed0d45fd (Choose host/target ldconfig based on availability)
added a runtime check for a cross-ldconfig being available.
Unfortunately this checks runs too early (at package/Makefile.in parsing
time), so it always fails when using an internal toolchain as ldconfig
isn't built yet.

Fix it by moving the check to the only place it is used (target-finalize).

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 52beecb8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment