aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/u-boot/u-boot.inc')
-rw-r--r--recipes/u-boot/u-boot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot.inc b/recipes/u-boot/u-boot.inc
index 9a9528ee91..88c6a4d18f 100644
--- a/recipes/u-boot/u-boot.inc
+++ b/recipes/u-boot/u-boot.inc
@@ -26,7 +26,7 @@ do_compile () {
unset CFLAGS
unset CPPFLAGS
oe_runmake all
- oe_runmake tools env
+ oe_runmake tools env HOSTCC="${CC}"
}
do_install () {