> I have no immediate plans. If you have time to knock something
> together for Sparc, that would be fantastic.
Btw, any particular reason why the libgomp-copied linking scheme seems to be
only half-implemented?
# Set up the set of libraries that we need to link against for libitm.
# Note that the GOMP_SELF_SPEC in gcc.c will force -pthread for -fopenmp,
# which will force linkage against -lpthread (or equivalent for the system).
# That's not 100% ideal, but about the best we can do easily.
if test $enable_shared = yes; then
link_itm="-litm %{static: $LIBS}"
else
link_itm="-litm $LIBS"
fi
AC_SUBST(link_itm)
but AFAICS nobody uses libitm.spec (and so you need to force -litm for the
testsuite)?
--
Eric Botcazou