From 148cf615855a8ac46e9106db294dea7f79886076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 18 Nov 2025 15:42:55 +0100 Subject: [PATCH] fate: add missing options in config template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: f01c77157789b8e3a59ed2c9646faf8299e41641 Fixes: 523d688c2b7d5bb535bc203a2c3705d199ddf13d Signed-off-by: Kacper Michajłow --- doc/fate_config.sh.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/fate_config.sh.template b/doc/fate_config.sh.template index 36b554b948..73031f54e2 100644 --- a/doc/fate_config.sh.template +++ b/doc/fate_config.sh.template @@ -12,16 +12,21 @@ ignore_tests= # the following are optional and map to configure options arch= cpu= +toolchain= cross_prefix= as= cc= +cxx= ld= +nm= target_os= sysroot= target_exec= target_path= target_samples= extra_cflags= +extra_cxxflags= +extra_objcflags= extra_ldflags= extra_libs= extra_conf= # extra configure options not covered above