Hi, I'm using a 64 bit 2 processor server with Linux Debian etch. I'd like to build a gcc compiler on 64 bit Linux that would by default output 32 bit executable (without using -m32 or any other flags). Which flags should I use with ./configure for compiling such gcc? Thank you. Regards, Domen