https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206381
--- Comment #4 from Ed Maste <[email protected]> --- This is fixed for the C++ stack unwinder source by using the standard bsd.lib.mk rules, in r294308 and r294331. For the C source in libgcc_s.so it's a bit awkward as libgcc's Makefile overrides the standard .c.o, .c.po, .c.So rules for each libgcc source file. I suspect the path to addressing this will be to just handle WITH_DEBUG_FILES in gnu/lib/libgcc/Makefile directly. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
