mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: linux-4.14: Disable gcc plugins.
* nongnu/packages/linux.scm (linux-4.14): Add additonal config options. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
71a53faf2e
commit
181e3acdf6
1 changed files with 6 additions and 1 deletions
|
@ -122,7 +122,12 @@ on hardware which requires nonfree software to function."))))
|
||||||
(corrupt-linux linux-libre-4.19))
|
(corrupt-linux linux-libre-4.19))
|
||||||
|
|
||||||
(define-public linux-4.14
|
(define-public linux-4.14
|
||||||
(corrupt-linux linux-libre-4.14))
|
(corrupt-linux linux-libre-4.14
|
||||||
|
#:configs
|
||||||
|
'("# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set"
|
||||||
|
"# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set"
|
||||||
|
"# CONFIG_GCC_PLUGIN_STRUCTLEAK is not set"
|
||||||
|
"# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set")))
|
||||||
|
|
||||||
(define-public linux linux-6.6)
|
(define-public linux linux-6.6)
|
||||||
;; linux-lts points to the *newest* released long-term support version.
|
;; linux-lts points to the *newest* released long-term support version.
|
||||||
|
|
Loading…
Reference in a new issue