[go: up one dir, main page]

|
|
Log in / Subscribe / Register

Kernel building with GCC plugins

Kernel building with GCC plugins

Posted Jun 16, 2016 11:19 UTC (Thu) by wildea01 (subscriber, #71011)
Parent article: Kernel building with GCC plugins

> These plugins have clear value to developers wishing to harden the kernel, and they are all free software (though many of them are GPLv2-only, meaning that they cannot be used to compile code needing the GCC runtime library; fortunately, the kernel does not use that library).

As far as I can tell, there are a handful of architectures that appear to link against libgcc. Are they going to find themselves in trouble here?


to post comments

Kernel building with GCC plugins

Posted Jun 16, 2016 20:37 UTC (Thu) by PaXTeam (guest, #24616) [Link]

if an arch's vmlinux links to code from libgcc that is under the 'GCC Runtime Library Exception' (not all the code of libgcc is under that license) then it will not have met the 'Eligible Compilation' condition and the end result cannot be propagated.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds