On Sun, Jul 09, 2006 at 09:05:27PM -0500, Derek E. Lewis wrote: > >+ sparc64) > >+ CFLAGS="$CFLAGS -mcpu=ultrasparc -mtune=ultrasparc" > >+ ;; > > This should be -mcpu=v9 and -mtune=v9, as not every 64-bit SPARC is an > UltraSPARC (Fujitsu's SPARCv9-compatible processors, for example). OK, changed. Diego