Skip to content

Commit

Permalink
Merge pull request #2077 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
imx-atf: Adjust for compiler virtual renames in oe-core
  • Loading branch information
otavio authored Jan 22, 2025
2 parents d615bad + 1e3228f commit 9779a55
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 9779a55

Please sign in to comment.