构建知道有三个系统名称:您正在构建的机器(构建),您正在构建的机器(主机),以及GCC将为(目标)生成代码的机器.配置GCC时,请使用'--build =',' - host ='和'--target ='指定它们.
是不是the machine that you are building for和the machine that GCC will produce code for同样的事情?有什么不同?
the machine that you are building for
the machine that GCC will produce code for
gcc cross-compiling
cross-compiling ×1
gcc ×1