Skip to content

Commit

Permalink
imx-atf: Adjust for compiler virtual renames in oe-core
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jan 22, 2025
1 parent d615bad commit 1e3228f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/imx-atf/imx-atf_2.10.bb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LD[unexport] = "1"

# Baremetal, just need a compiler
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = "virtual/${HOST_PREFIX}gcc"
DEPENDS = "virtual/cross-cc"

# Bring in clang compiler if using clang as default
DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}"
Expand Down

0 comments on commit 1e3228f

Please sign in to comment.