summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-03 16:05:24 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-23 22:15:42 +0100
commit79a52a5779f31ef565fda1890aaf986f8ca670f7 (patch)
tree4776b5f867defc0796efab3a960ce82e86b917d3 /recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
parente60ead11df7cabee4e186f96430c2cb9e9599d44 (diff)
u-boot-toradex-fsl-fw-utils: provide a native cc
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index ed5cd4a..5feee0f 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -39,6 +39,7 @@ INSANE_SKIP_${PN} = "already-stripped ldflags"
inherit pkgconfig uboot-config
do_compile () {
+ ln -fs `which gcc` ${STAGING_BINDIR_NATIVE}/cc
oe_runmake ${UBOOT_MACHINE}
oe_runmake env
}