Erik Leunissen <e.leunissen@xxxxxxxxx> writes: > I'm compiling for a 32bit linux-x86 target on a linux-x86_64 host. > > using: - the distribution supplied gcc (4.3.1) > - openSuSE linux 11.0 > > In this configuration, gcc supports the option -m32 to do that. > > What I could not figure out is whether I can compile for a specific x86 > architecture, say i686, using the option -march=i686 in coombination > with -m32. Yes, you can. Ian