Commit af80de1f authored by Bruce Momjian's avatar Bruce Momjian

Update aix cc_r wording.

parent 0f4b3f22
...@@ -202,9 +202,9 @@ if test "x$acx_pthread_ok" = xyes; then ...@@ -202,9 +202,9 @@ if test "x$acx_pthread_ok" = xyes; then
LIBS="$save_LIBS" LIBS="$save_LIBS"
CFLAGS="$save_CFLAGS" CFLAGS="$save_CFLAGS"
# Not a common AIX compiler so we don't support it and adding a specific # Supporting cc_r would require a special CC in all places that
# compiler usage for every thread compile is ugly # use libpq, and that is ugly, so we don't do it. Users can still
# AIX threading requires gcc # define their compiler as cc_r to do thread builds of everything.
# More AIX lossage: must compile with cc_r # More AIX lossage: must compile with cc_r
AC_CHECK_PROG(PTHREAD_CC, cc_r, cc_r, ${CC}) AC_CHECK_PROG(PTHREAD_CC, cc_r, cc_r, ${CC})
else else
......
...@@ -14236,9 +14236,9 @@ echo "${ECHO_T}${flag}" >&6 ...@@ -14236,9 +14236,9 @@ echo "${ECHO_T}${flag}" >&6
LIBS="$save_LIBS" LIBS="$save_LIBS"
CFLAGS="$save_CFLAGS" CFLAGS="$save_CFLAGS"
# Not a common AIX compiler so we don't support it and adding a specific # Supporting cc_r would require a special CC in all places that
# compiler usage for every thread compile is ugly # use libpq, and that is ugly, so we don't do it. Users can still
# AIX threading requires gcc # define their compiler as cc_r to do thread builds of everything.
# More AIX lossage: must compile with cc_r # More AIX lossage: must compile with cc_r
# Extract the first word of "cc_r", so it can be a program name with args. # Extract the first word of "cc_r", so it can be a program name with args.
set dummy cc_r; ac_word=$2 set dummy cc_r; ac_word=$2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment