K 10 svn:author V 7 bdragon K 8 svn:date V 27 2019-11-14T19:56:42.975058Z K 7 svn:log V 444 [PowerPC64] Fix broken kernel modules due to LLD 9+ TOC optimization LLD9 introduced a TOC optimization that isn't compatible with kernel dynamic linker causing panic when loading kernel modules (pf, linuxkpi etc.) This patch disables TOC optimization when building kernel modules. Submitted by: Alfredo Dal'Ava Junior Approved by: jhibbits (mentor) Differential Revision: https://reviews.freebsd.org/D22317 END