https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215107
--- Comment #4 from Mark Millard <[email protected]> --- (In reply to Mark Millard from comment #2) I commented out the addition of -mminimal-toc to CFLAGS in sys/modules/zfs/Makefile and doing so allowed buildkernel to continue: There are no other uses of -mminimial-toc that were run into. In fact (with another patch present for a different issue): buildkernel completed. Unfortunately the build does not boot. But nothing says that the boot failure is tied to the lack of -minimial-toc. So it might be possible to sidestep clang 3.9.0 not having -mminimal-toc byt simply not using the option in sys/modules/zfs/Makefile . -- 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]"
