https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214258
--- Comment #11 from Jan Beich (mail not working) <[email protected]> --- Because if compiler emits undefined references the linker cannot be expected to know when -lm is required. Looking at contrib/llvm/tools/clang/lib/Driver/Tools.cpp there are already cases when -lm is passed together with --no-as-needed. Maybe something like https://reviews.llvm.org/D5698 added one more case. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
