Index: math/gsl/files/patch-ieee-utils-fp-freebsd.c =================================================================== --- math/gsl/files/patch-ieee-utils-fp-freebsd.c +++ math/gsl/files/patch-ieee-utils-fp-freebsd.c @@ -8,7 +8,7 @@ fp_except_t mode = 0 ; fp_rnd_t rnd = 0 ; -+#ifdef __powerpc__ ++#if defined ( __powerpc__) || defined (__arm__) + switch (precision) + { + case GSL_IEEE_SINGLE_PRECISION: @@ -55,7 +55,7 @@ + } + else + { -+#ifdef __powerpc__ ++#if defined ( __powerpc__) || defined (__arm__) + GSL_ERROR ("powerpc does not support the denormalized operand exception. " "Use 'mask-denormalized' to work around this.", GSL_EUNSUP) ; +#else + mode |= FP_X_DNML;