Alex Richardson 5e9226f063 Fix build of stand/ when building world with ASAN
The userboot/test  program links against the default userspace libraries
(e.g. shared libgcc_s.so) that will be instrumented if WITH_ASAN is set.
All other programs link against libsa instead of libc and therefore can't
use the sanitizer runtime library. To fix the stand/ build with
sanitizers, we disable MK_ASAN/MK_UBSAN if -nostdlib is found in the
LDFLAGS (i.e. we are using libsa instead of libc).

Reviewed By:	imp, tsoome
Differential Revision: https://reviews.freebsd.org/D31047
2021-08-02 14:33:24 +01:00
..
2018-04-27 22:15:18 +00:00
2021-07-05 15:53:08 +02:00
2019-02-26 06:22:10 +00:00
2021-07-21 20:03:35 -06:00
2021-04-12 16:13:33 +02:00
2020-09-08 23:22:11 +00:00
2019-02-26 06:22:10 +00:00
2021-01-03 20:45:37 +02:00
2020-01-23 10:40:34 +00:00
2021-04-30 12:53:45 -05:00