linux: Do not build GCC plugins

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>
This commit is contained in:
Michael Tremer
2017-04-28 12:56:58 +01:00
parent 26d7f93ed9
commit 520666772b

View File

@@ -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
###############################################################################