Files
src/lib/libc
Mark Johnston 8164d511d6 libc/tests: Fix installation without MK_TOOLCHAIN
There is some exotic conditional logic here to avoid building a
particular test if a certain UBSAN library isn't present in the
toolchain sysroot.  This causes build failures for me when doing an
"installworld WITHOUT_TOOLCHAIN=", which I do frequently during tests.

I believe the problem is that SYSROOT is unset during installworld, so
the build sees the host's copy of libclang_rt.ubsan_standalone.a and
then tries to install a binary that wasn't built during buildworld.  Try
to make the check a bit less fragile.

Reviewed by:	dim
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D45035
2024-05-28 08:24:43 -04:00
..
2023-11-01 16:44:30 -06:00
2024-04-16 22:14:20 +01:00
2024-04-16 22:14:20 +01:00
2023-11-26 22:23:28 -07:00
2023-08-16 11:55:03 -06:00
2023-11-26 22:23:28 -07:00
2023-11-26 22:23:28 -07:00