diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/macros.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/macros.in b/tests/macros.in index 378a276d5..63de2f4f3 100644 --- a/tests/macros.in +++ b/tests/macros.in @@ -79,18 +79,18 @@ # Macro(s) similar to those used by configure. # %_prefix @prefix@ -%_build @build@ -%_build_alias @build_alias@ -%_build_cpu @build_cpu@ -%_build_vendor @build_vendor@ -%_build_os @build_os@ +%_build %{_host} +%_build_alias %{_host_alias} +%_build_cpu %{_host_cpu} +%_build_vendor %{_host_vendor} +%_build_os %{_host_os} %_host @host@ %_host_alias @host_alias@ %_host_cpu @host_cpu@ %_host_vendor @host_vendor@ %_host_os @host_os@ -%_target @target@ -%_target_alias @target_alias@ -%_target_cpu @target_cpu@ -%_target_vendor @target_vendor@ -%_target_os @target_os@ +%_target %{_host} +%_target_alias %{_host_alias) +%_target_cpu %{_host_cpu) +%_target_vendor %{_host_vendor) +%_target_os %{_host_os) |