summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-4.5.0/disable_relax_pic_calls_flag.patch
Commit message (Collapse)AuthorAgeFilesLines
* upgrade gcc to 4.5.0 for mips architectureDongxiao Xu2010-09-221-0/+44
Fix the out of memory when building webkit-gtk with gcc-4.5.0 The new feature added after 4.3.3 "http://www.pubbs.net/200909/gcc/94048-patch-add-support-for-rmipsjalr.html" will cause cc1plus eat up all the system memory when build webkit-gtk. The function mips_get_pic_call_symbol keeps on recursively calling itself. Disable this feature to walk aside the bug. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>