On Wed, 6 Dec 2006, Deanna Phillips wrote:
It's confirmed broken on alpha and macppc now, other reports
appreciated since this is very cpu-specific and, according to
Actually, adding
CFLAGS+= -maltivec
in the port's Makefile for macppc archs makes it compile.
It looks like altivec support is picked up by configure but -maltivec is
not added to CFLAGS this is why it fails at building.
...
Error: Unrecognized opcode: `lvsl'
Error: Unrecognized opcode: `lvx'
Error: Unrecognized opcode: `lvx'
...
-> those are altivec related
With this, all regression tests on macppc pass as well.
This should easily be fixed in the configure script...
Cheers!
--
Antoine