fate: add more configure flags to fate config

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow
2025-11-17 19:57:31 +01:00
parent ddf443f1e9
commit 523d688c2b

View File

@@ -55,13 +55,17 @@ configure()(
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${as:+--as="$as"} \
${cc:+--cc="$cc"} \
${cxx:+--cxx="$cxx"} \
${ld:+--ld="$ld"} \
${nm:+--nm="$nm"} \
${target_os:+--target-os="$target_os"} \
${sysroot:+--sysroot="$sysroot"} \
${target_exec:+--target-exec="$target_exec"} \
${target_path:+--target-path="$target_path"} \
${target_samples:+--target-samples="$target_samples"} \
${extra_cflags:+--extra-cflags="$extra_cflags"} \
${extra_cxxflags:+--extra-cxxflags="$extra_cxxflags"} \
${extra_objcflags:+--extra-objcflags="$extra_objcflags"} \
${extra_ldflags:+--extra-ldflags="$extra_ldflags"} \
${extra_libs:+--extra-libs="$extra_libs"} \
${extra_conf}