diff options
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.10.bb b/recipes-bsp/imx-atf/imx-atf_2.10.bb index 04826b4c..2d81f525 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.10.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.10.bb | |||
@@ -34,7 +34,7 @@ LD[unexport] = "1" | |||
34 | 34 | ||
35 | # Baremetal, just need a compiler | 35 | # Baremetal, just need a compiler |
36 | INHIBIT_DEFAULT_DEPS = "1" | 36 | INHIBIT_DEFAULT_DEPS = "1" |
37 | DEPENDS = "virtual/${HOST_PREFIX}gcc" | 37 | DEPENDS = "virtual/cross-cc" |
38 | 38 | ||
39 | # Bring in clang compiler if using clang as default | 39 | # Bring in clang compiler if using clang as default |
40 | DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" | 40 | DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" |