📜  在 64 位 linux 上编译 32 位 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:48.457000             🧑  作者: Mango
代码示例1
To compile 32-bit code on a 64-bit system, use the option -m32 to gcc.
Example:
gcc -m32 hello.c