ubl: Make sure we pass in the real compiler

Starting with gcc-4.9.1 we will need to pass the --sysroot
variable as otherwise the "stdint.h" of glibc will not be
found.
This commit is contained in:
Holger Hans Peter Freyther 2014-11-03 08:35:44 +01:00
parent 074b580797
commit 00578db05d
1 changed files with 1 additions and 1 deletions

View File

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