Forcing 32-bit architecture through configure

What is the best way to get configure script to build 32-bit code?

I have a 64-bit machine, and I'm trying to build 32-bit code. Tried setting -build with a few options, but that just doesn't work.

Thanks!

+5
source share
1 answer

Try adding -m32to CFLAGS.

+10
source

All Articles