Commit 2b366008 authored by Martin Storsjö's avatar Martin Storsjö

fate: Allow setting the ld parameter from the config file

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent ef6ba1f2
......@@ -49,6 +49,7 @@ configure()(
${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${cc:+--cc="$cc"} \
${ld:+--ld="$ld"} \
${target_os:+--target-os="$target_os"} \
${sysroot:+--sysroot="$sysroot"} \
${target_exec:+--target-exec="$target_exec"} \
......
Markdown is supported
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