diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/xen/xen-hypervisor.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-hypervisor.inc b/recipes-extended/xen/xen-hypervisor.inc index cffd4914..81e361f1 100644 --- a/recipes-extended/xen/xen-hypervisor.inc +++ b/recipes-extended/xen/xen-hypervisor.inc | |||
@@ -103,3 +103,7 @@ CROSS_CURSES_LIB += "-L${STAGING_LIBDIR_NATIVE}" | |||
103 | # Specify the root dir of the .config file for do_menuconfig and do_diffconfig | 103 | # Specify the root dir of the .config file for do_menuconfig and do_diffconfig |
104 | # tasks | 104 | # tasks |
105 | KCONFIG_CONFIG_ROOTDIR = "${S}/xen" | 105 | KCONFIG_CONFIG_ROOTDIR = "${S}/xen" |
106 | |||
107 | # Xen is setting all CC flags on its own. Make sure that they are not modified | ||
108 | # for aarch64, e.g. with architecture-specific optimizations. | ||
109 | TUNE_CCARGS:aarch64="" | ||