On 6/2/26 21:24, Andrew Jones wrote:
On Tue, Jun 02, 2026 at 12:18:02PM +0530, Chinmay Rath wrote:
From: Nicholas Piggin <[email protected]>
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 <[email protected]>
Signed-off-by: Chinmay Rath <[email protected]>
---
Makefile | 2 +-
configure | 20 ++++++++++++--------
2 files changed, 13 insertions(+), 9 deletions(-)
Reviewed-by: Andrew Jones <[email protected]>
Thank you Andrew !
Hi Thomas, requesting your insight on the un-reviewed patches. TIA.
-Chinmay