Linux GCC编译时如遇到如下错误:
cpp:1: error: CPU you selected does not support x86-64 instruction set
是因为在64位平台上加了-march=pentium4这样一个编译参数,它只用于32位平台。
转载于:https://www.cnblogs.com/aquester/archive/2012/12/05/9891752.html