编译binutil包报错cc: error trying to exec 'cc1obj': execvp: No such file or directory

在http://forums.fedoraforum.org/showthread.php?t=267449中找到的解决方法

$LFS/sources/binutils-2.15.91.0.2/gprof/中将*.m都删除掉,毕竟.m已经预处理过了,不需要存在

原文地址:https://www.cnblogs.com/wuxie1989/p/5850065.html