]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
linux: Do not build GCC plugins
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Apr 2017 11:56:58 +0000 (12:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 May 2017 11:08:56 +0000 (12:08 +0100)
Our version of GCC has plugins enabled and built but for
some reason they are not properly detected.

Hence they are disabled for now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/linux

index 5be7ab12523b1328c9c9939967d24ddf2a8c2175..270166c8b37bca39cd27d5256c55d5f5bf80ef57 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -69,6 +69,9 @@ ifeq "$(KCFG)" "-kirkwood"
 LASTKERNEL=1
 endif
 
+# The buildsystem does not correctly detect if our compiler supports plugins
+export DISABLE_PAX_PLUGINS=y
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################