summaryrefslogtreecommitdiff
path: root/mk/kernel-vars.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:10:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 14:11:53 +0200
commita8621c712cd4f00b2aa845e872efacbdd9359157 (patch)
tree2393670678d76f975593b82eaca079f9538113df /mk/kernel-vars.mk
parent9c6a7e927aa4f52d04d8f573e4ea3ea3aaaf061e (diff)
remove 3.13 kernel, add generic kernel version symbols
Diffstat (limited to 'mk/kernel-vars.mk')
-rw-r--r--mk/kernel-vars.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/kernel-vars.mk b/mk/kernel-vars.mk
index edcb45854..8e1a6c516 100644
--- a/mk/kernel-vars.mk
+++ b/mk/kernel-vars.mk
@@ -6,6 +6,8 @@ KERNEL_MAKE_OPTS:= V=1 \
CROSS_COMPILE="$(TARGET_CROSS)" \
CC="$(TARGET_CC)" \
HOSTCC="${CC_FOR_BUILD}" \
+ HOSTCXX="${CXX_FOR_BUILD}" \
+ DISABLE_PAX_PLUGINS=y \
CONFIG_SHELL='${SHELL}'
# regex for relocs needs pcre on Darwin