Re: [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity
From: Andrew Jones <hidden>
Date: 2026-06-02 15:54:44
Also in:
kvm
From: Andrew Jones <hidden>
Date: 2026-06-02 15:54:44
Also in:
kvm
On Tue, Jun 02, 2026 at 12:18:02PM +0530, Chinmay Rath wrote:
From: Nicholas Piggin <npiggin@gmail.com> arch_libdir was brought in to improve the heuristic determination of the lib/ directory based on arch and testdir names, but it did not entirely clean that mess up. Remove the arch_libdir->arch->testdir heuristic and just require everybody sets arch_libdir correctly. Fail if the lib/arch or lib/arch/asm directories can not be found. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Chinmay Rath <redacted> --- Makefile | 2 +- configure | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-)
Reviewed-by: Andrew Jones <redacted>