File tree 2 files changed +8
-2
lines changed
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; }
7592
7592
;;
7593
7593
esac
7594
7594
7595
- # ICC needs -fp-model strict or floats behave badly
7596
7595
case "$CC" in
7597
7596
*icc*)
7597
+ # ICC needs -fp-model strict or floats behave badly
7598
7598
CFLAGS_NODIST="$CFLAGS_NODIST -fp-model strict"
7599
7599
;;
7600
+ *xlc*)
7601
+ CFLAGS_NODIST="$CFLAGS_NODIST -qalias=noansi -qmaxmem=-1"
7602
+ ;;
7600
7603
esac
7601
7604
7602
7605
if test "$assertions" = 'true'; then
Original file line number Diff line number Diff line change @@ -1993,11 +1993,14 @@ yes)
1993
1993
;;
1994
1994
esac
1995
1995
1996
- # ICC needs -fp-model strict or floats behave badly
1997
1996
case "$CC" in
1998
1997
*icc*)
1998
+ # ICC needs -fp-model strict or floats behave badly
1999
1999
CFLAGS_NODIST="$CFLAGS_NODIST -fp-model strict"
2000
2000
;;
2001
+ *xlc*)
2002
+ CFLAGS_NODIST="$CFLAGS_NODIST -qalias=noansi -qmaxmem=-1"
2003
+ ;;
2001
2004
esac
2002
2005
2003
2006
if test "$assertions" = 'true'; then
You can’t perform that action at this time.
0 commit comments