diff options
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend index e38c90406..4845dda22 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend @@ -2,6 +2,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" inherit pythonnative DEPENDS += " python-pycrypto-native" +#Need for gcc 6.2 +CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value" + SRC_URI += " \ file://0001-disable-libgcc-detection.patch \ " |