Re: [OE-core] [PATCH 2/6] alsa-lib: Lift the limitation to use gcc only cross compiler

2015-08-23 Thread Khem Raj
On Sun, Aug 23, 2015 at 2:16 PM, Tanu Kaskinen ta...@iki.fi wrote: On Sat, 2015-08-22 at 08:58 -0700, Khem Raj wrote: alsa-lib configure tries to see that if CC variabled doesnt contain 'gcc' then it tries to guess and redefine CC to be something gcc, which doesnt work with OE since we define

Re: [OE-core] [PATCH 2/6] alsa-lib: Lift the limitation to use gcc only cross compiler

2015-08-23 Thread Tanu Kaskinen
On Sat, 2015-08-22 at 08:58 -0700, Khem Raj wrote: alsa-lib configure tries to see that if CC variabled doesnt contain 'gcc' then it tries to guess and redefine CC to be something gcc, which doesnt work with OE since we define CC to have sysroot and options attached to it. Can you give an

[OE-core] [PATCH 2/6] alsa-lib: Lift the limitation to use gcc only cross compiler

2015-08-22 Thread Khem Raj
alsa-lib configure tries to see that if CC variabled doesnt contain 'gcc' then it tries to guess and redefine CC to be something gcc, which doesnt work with OE since we define CC to have sysroot and options attached to it. So all tests fail when configure constructs the CC for cross compiler like