What is the best way to force a configure script to build a 32-bit code?
I have a 64-bit machine, and trying to build a 32-bit code. Tried setting the --build type with several opt开发者_如何学编程ions, but this just doesn't work.
Thanks!
Try to add -m32
to the CFLAGS
.
精彩评论