We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6fd1c commit 18382aeCopy full SHA for 18382ae
src/template/aix
@@ -15,7 +15,7 @@ fi
15
# "IBM XL C/C++ for AIX, V12.1" miscompiles, for 32-bit, some inline
16
# expansions of ginCompareItemPointers() "long long" arithmetic. To
17
# take advantage of inlining, build a 64-bit PostgreSQL.
18
-test "$GCC" != yes -a $(getconf HARDWARE_BITMODE) == '32'; then
+if test "$GCC" != yes -a $(getconf HARDWARE_BITMODE) == '32'; then
19
echo "$as_me: WARNING: disabling inlining on 32 bit aix due to a bug in xlc" 2>&1
20
CPPFLAGS="$CPPFLAGS -DPG_FORCE_DISABLE_INLINE"
21
fi
0 commit comments