我在交叉编译,用交叉编译链mips-linux-gcc 主机是centos,编译的程序是openresty,进行./congfigure 时怎写host和target,求解决
主要有三个设置:build, host, target。你可以参考gcc的文档:https://gcc.gnu.org/onlinedocs/gccint/Configure-Terms.html做交叉编译时,build和host是一样的,都是你的主机centos,而target则是mips
http://blog.csdn.net/yezi_zhi/article/details/18216019