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 @@ -7592,11 +7592,14 @@ $as_echo "$MACOSX_DEPLOYMENT_TARGET" >&6; }
75927592 ;;
75937593esac
75947594
7595- # ICC needs -fp-model strict or floats behave badly
75967595case "$CC" in
75977596*icc*)
7597+ # ICC needs -fp-model strict or floats behave badly
75987598 CFLAGS_NODIST="$CFLAGS_NODIST -fp-model strict"
75997599 ;;
7600+ *xlc*)
7601+ CFLAGS_NODIST="$CFLAGS_NODIST -qalias=noansi -qmaxmem=-1"
7602+ ;;
76007603esac
76017604
76027605if 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