GCC default targets on sparc

BERTRAND Joel joel.bertrand@systella.fr
Tue Dec 22 14:12:00 GMT 2009


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



More information about the Gcc-help mailing list