[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/31] configure: ensure dependency for cross-compile setup
From: |
Alex Bennée |
Subject: |
[PATCH 08/31] configure: ensure dependency for cross-compile setup |
Date: |
Mon, 25 Sep 2023 15:48:31 +0100 |
If we update configure we should make sure we regenerate all the
compiler details. We should also ensure those details are upto date
before building the TCG tests.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index e83872571d..a95e0f5767 100755
--- a/configure
+++ b/configure
@@ -1788,6 +1788,8 @@ for target in $target_list; do
echo "HOST_GDB_SUPPORTS_ARCH=y" >> "$config_target_mak"
fi
+ echo "$config_target_mak: configure" >> Makefile.prereqs
+ echo "build-tcg-tests-$target: $config_target_mak" >> Makefile.prereqs
echo "run-tcg-tests-$target: $qemu\$(EXESUF)" >> Makefile.prereqs
tcg_tests_targets="$tcg_tests_targets $target"
fi
--
2.39.2
- [PATCH 06/31] configure: allow user to override docker engine, (continued)
- [PATCH 06/31] configure: allow user to override docker engine, Alex Bennée, 2023/09/25
- [PATCH 04/31] docs: mark CRIS support as deprecated, Alex Bennée, 2023/09/25
- [PATCH 05/31] tests/docker: make docker engine choice entirely configure driven, Alex Bennée, 2023/09/25
- [PATCH 07/31] configure: remove gcc version suffixes, Alex Bennée, 2023/09/25
- [PATCH 12/31] contrib/plugins: Use GRWLock in execlog, Alex Bennée, 2023/09/25
- [PATCH 08/31] configure: ensure dependency for cross-compile setup,
Alex Bennée <=
- [PATCH 13/31] gdbstub: Introduce GDBFeature structure, Alex Bennée, 2023/09/25
- [PATCH 14/31] target/arm: Move the reference to arm-core.xml, Alex Bennée, 2023/09/25
- [PATCH 15/31] hw/core/cpu: Return static value with gdb_arch_name(), Alex Bennée, 2023/09/25
- [PATCH 11/31] plugins: Check if vCPU is realized, Alex Bennée, 2023/09/25
- [PATCH 19/31] gdbstub: Remove gdb_has_xml variable, Alex Bennée, 2023/09/25
- [PATCH 23/31] plugins: Set final instruction count in plugin_gen_tb_end, Alex Bennée, 2023/09/25