File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7588,11 +7588,14 @@ $as_echo "$MACOSX_DEPLOYMENT_TARGET" >&6; }
75887588 ;;
75897589esac
75907590
7591- # ICC needs -fp-model strict or floats behave badly
75927591case " $CC " in
75937592* icc* )
7593+ # ICC needs -fp-model strict or floats behave badly
75947594 CFLAGS_NODIST=" $CFLAGS_NODIST -fp-model strict"
75957595 ;;
7596+ * xlc* )
7597+ CFLAGS_NODIST=" $CFLAGS_NODIST -qalias=noansi -qmaxmem=-1"
7598+ ;;
75967599esac
75977600
75987601if test " $assertions " = ' true' ; then
Original file line number Diff line number Diff line change @@ -1993,11 +1993,14 @@ yes)
19931993 ;;
19941994esac
19951995
1996- # ICC needs -fp-model strict or floats behave badly
19971996case "$CC" in
19981997*icc*)
1998+ # ICC needs -fp-model strict or floats behave badly
19991999 CFLAGS_NODIST="$CFLAGS_NODIST -fp-model strict"
20002000 ;;
2001+ *xlc*)
2002+ CFLAGS_NODIST="$CFLAGS_NODIST -qalias=noansi -qmaxmem=-1"
2003+ ;;
20012004esac
20022005
20032006if test "$assertions" = 'true'; then
You can’t perform that action at this time.
0 commit comments