Browse Source

fate: Allow setting the ld parameter from the config file

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Martin Storsjö 13 years ago
parent
commit
2b3660084f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/fate.sh

+ 1
- 0
tests/fate.sh View File

@@ -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"} \


Loading…
Cancel
Save