On Thu, Oct 26, 2017 at 09:02:25PM +0200, Kamil Rytarowski wrote: > 2017-10-26 Kamil Rytarowski <n...@gmx.com> > > * sanitizer_common/Makefile.am (sanitizer_common_files): Add > sanitizer_platform_limits_netbsd.cc. > * sanitizer_common/Makefile.in: Regenerated.
Why is this needed? libsanitizer/configure.tgt will set UNSUPPORTED=1 for NetBSD. So, the rest of the libsanitizer port to NetBSD in GCC is missing too and should be submitted together with this change. Jakub