Linux:用gcc编译为32位程序

gcc默认可能将程序编译为64为,若想强制让其将程序编译为32位,则:

yum install glibc-devel.i686  

gcc -m32 t.c
file a.out
./a.out
posted @ 2018-12-22 20:43  xuejianbest  阅读(3943)  评论(0编辑  收藏  举报