barebox: pass CC to make

This should fix a build error with poky master.
This commit is contained in:
Jan Luebbe 2015-06-14 10:31:02 +02:00
parent 34467d0c27
commit 66aa807866
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ do_compile () {
unset LDFLAGS
unset CFLAGS
unset CPPFLAGS
oe_runmake
oe_runmake CC="$CC"
}
do_deploy () {