libgsm: Pass in CC variable to compile libgsm

It appears that in latest poky master the CC variable is not automatically
passed to the build. The last good build was 7cd835177a
and now it was failing. Pass CC to the build.
This commit is contained in:
Holger Hans Peter Freyther 2016-02-18 09:16:12 +01:00
parent b89eec5de8
commit e274f00fa9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ PARALLEL_MAKE = ""
do_compile(){
unset LD
oe_runmake CCFLAGS="${CFLAGS}"
oe_runmake CCFLAGS="${CFLAGS}" CC="${CC}"
}
do_install(){