How to configure to get a 32bit binary on a 64bit server?

./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"``

Written on September 25, 2012