Jan Engelhardt a écrit :
Hi, When gcc is ./configured with -mcpu=ultrasparc, it emits -m64 objects by default, when it's with -mcpu=v8, it emits V8 -m32 objects. How would one configure it to emit V9 -m32 by default?
I use -mv8plus or -mtune=niagara -mcpu=niagara and gcc creates 32 bits objects.
Regards, JKB