diff options
| -rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb index 3f627150b..d6e02a71f 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.6.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb | |||
| @@ -40,6 +40,9 @@ LD[unexport] = "1" | |||
| 40 | INHIBIT_DEFAULT_DEPS = "1" | 40 | INHIBIT_DEFAULT_DEPS = "1" |
| 41 | DEPENDS = "virtual/${HOST_PREFIX}gcc" | 41 | DEPENDS = "virtual/${HOST_PREFIX}gcc" |
| 42 | 42 | ||
| 43 | # Bring in clang compiler if using clang as default | ||
| 44 | DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" | ||
| 45 | |||
| 43 | BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" | 46 | BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" |
| 44 | 47 | ||
| 45 | # CC and LD introduce arguments which conflict with those otherwise provided by | 48 | # CC and LD introduce arguments which conflict with those otherwise provided by |
