summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-native/unixccompiler.patch
Commit message (Collapse)AuthorAgeFilesLines
* python-native: Fix a compiler finding issueMei Lei2011-08-061-0/+20
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>