]> code.ossystems Code Review - openembedded-core.git/commit
python-native: Fix a compiler finding issue
authorMei Lei <lei.mei@intel.com>
Thu, 28 Jul 2011 07:20:36 +0000 (15:20 +0800)
committerSaul Wold <sgw@linux.intel.com>
Sat, 6 Aug 2011 20:40:44 +0000 (13:40 -0700)
commit461df79fbb655e4c6894d9a9e9ce52656b96303d
tree33aefc4ef5f7beafa0db10c1cbe435ed8aca2130
parent4bfd595934c1f6839ae848b09ecca439d92bf014
python-native: Fix a compiler finding issue

The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added.
Fix this issue by dropping the option information when finding compiler name.

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/python/python-native/unixccompiler.patch [new file with mode: 0644]
meta/recipes-devtools/python/python-native_2.6.6.bb