Commit 4ea5aea8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  doc: Mention the target_samples and ld variables for fate configs
  fate.sh: Allow specifying --as via a specific variable

Conflicts:
	doc/fate.texi
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 200ef1e3 a51161ed
...@@ -10,11 +10,14 @@ build_only= # set to "yes" for a compile-only instance that skips tests ...@@ -10,11 +10,14 @@ build_only= # set to "yes" for a compile-only instance that skips tests
arch= arch=
cpu= cpu=
cross_prefix= cross_prefix=
as=
cc= cc=
ld=
target_os= target_os=
sysroot= sysroot=
target_exec= target_exec=
target_path= target_path=
target_samples=
extra_cflags= extra_cflags=
extra_ldflags= extra_ldflags=
extra_libs= extra_libs=
......
...@@ -49,6 +49,7 @@ configure()( ...@@ -49,6 +49,7 @@ configure()(
${arch:+--arch=$arch} \ ${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \ ${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \ ${cross_prefix:+--cross-prefix="$cross_prefix"} \
${as:+--as="$as"} \
${cc:+--cc="$cc"} \ ${cc:+--cc="$cc"} \
${ld:+--ld="$ld"} \ ${ld:+--ld="$ld"} \
${target_os:+--target-os="$target_os"} \ ${target_os:+--target-os="$target_os"} \
......
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