ThisThe userboot/test program links against a shared libgcc_s.so (which will bethe default userspace libraries
instrumented if WITH_ASAN is set)(e.g. I'm not sure if this program shouldshared libgcc_s.so) that will be instrumented if WITH_ASAN is set.
be linked against libgcc_s.so at all, but for now I've chosen the leastAll other programs link against libsa instead of libc and therefore can't
invasive change to allow building world with sanitizers.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).