Re: [OE-core] [PATCH 0/1]python-native: Fix a compiler finding issue

2011-08-10 Thread Saul Wold
On 07/28/2011 12:20 AM, Mei Lei wrote: Hi, This patch will fix an compiler finding issue. The CC variable, its value sometimes like "x86_64-poky-linux-gcc -m64 --sysroot=/${TMPDIR}/sysroots/qemux86-64", contains option information. This will confuse python when finding the compiler

[OE-core] [PATCH 0/1]python-native: Fix a compiler finding issue

2011-07-28 Thread Mei Lei
Hi, This patch will fix an compiler finding issue. The CC variable, its value sometimes like "x86_64-poky-linux-gcc -m64 --sysroot=/${TMPDIR}/sysroots/qemux86-64", contains option information. This will confuse python when finding the compiler name, wrong compiler name "qemux86-64" wer