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 @@ -7588,11 +7588,14 @@ $as_echo "$MACOSX_DEPLOYMENT_TARGET" >&6; }
7588
7588
;;
7589
7589
esac
7590
7590
7591
- # ICC needs -fp-model strict or floats behave badly
7592
7591
case " $CC " in
7593
7592
* icc* )
7593
+ # ICC needs -fp-model strict or floats behave badly
7594
7594
CFLAGS_NODIST=" $CFLAGS_NODIST -fp-model strict"
7595
7595
;;
7596
+ * xlc* )
7597
+ CFLAGS_NODIST=" $CFLAGS_NODIST -qalias=noansi -qmaxmem=-1"
7598
+ ;;
7596
7599
esac
7597
7600
7598
7601
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