Skip to content

Commit

Permalink
fate.sh: Allow specifying --as via a specific variable
Browse files Browse the repository at this point in the history
This simplifies specifying a value containing spaces for this
parameter.

Signed-off-by: Martin Storsjö <martin@martin.st>
  • Loading branch information
mstorsjo committed May 29, 2013
1 parent 9f30fb5 commit d7b9b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/fate.texi
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ build_only= # set to "yes" for a compile-only instance that skips tests
arch=
cpu=
cross_prefix=
as=
cc=
target_os=
sysroot=
Expand Down
1 change: 1 addition & 0 deletions tests/fate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ configure()(
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${as:+--as="$as"} \
${cc:+--cc="$cc"} \
${ld:+--ld="$ld"} \
${target_os:+--target-os="$target_os"} \
Expand Down

0 comments on commit d7b9b66

Please sign in to comment.