Way behind, sorry, and probably irrelevant anyway, but:
Aldy Hernandez writes:
> +#define ITM_BARRIERS(T) \
> + extern _ITM_TYPE_##T _ITM_R##T(const _ITM_TYPE_##T *) ITM_REGPARM; \
> + extern _ITM_TYPE_##T _ITM_RaR##T(const _ITM_TYPE_##T *) ITM_REGPARM;
> \
> + extern _ITM_TYPE_##T _ITM
On Thu, 3 Nov 2011, Aldy Hernandez wrote:
> +# We need gfortran to compile parts of the library
> +# We can't use AC_PROG_FC because it expects a fully working gfortran.
> +#AC_PROG_FC(gfortran)
> +FC="$GFORTRAN"
> +AC_PROG_FC(gfortran)
> +FCFLAGS="$FCFLAGS -Wall"
I don't actually see where gfort