OSDN Git Service

Update aix cc_r wording.
authorBruce Momjian <bruce@momjian.us>
Tue, 14 Dec 2004 14:53:53 +0000 (14:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 14 Dec 2004 14:53:53 +0000 (14:53 +0000)
config/acx_pthread.m4
configure

index 8b39158..2ca565c 100644 (file)
@@ -202,9 +202,9 @@ if test "x$acx_pthread_ok" = xyes; then
         LIBS="$save_LIBS"
         CFLAGS="$save_CFLAGS"
 
-# Not a common AIX compiler so we don't support it and adding a specific
-# compiler usage for every thread compile is ugly
-# AIX threading requires gcc
+# Supporting cc_r would require a special CC in all places that
+# use libpq, and that is ugly, so we don't do it.  Users can still
+# define their compiler as cc_r to do thread builds of everything.
         # More AIX lossage: must compile with cc_r
         AC_CHECK_PROG(PTHREAD_CC, cc_r, cc_r, ${CC})
 else
index 4c99f90..0d7a0eb 100755 (executable)
--- a/configure
+++ b/configure
@@ -14236,9 +14236,9 @@ echo "${ECHO_T}${flag}" >&6
         LIBS="$save_LIBS"
         CFLAGS="$save_CFLAGS"
 
-# Not a common AIX compiler so we don't support it and adding a specific
-# compiler usage for every thread compile is ugly
-# AIX threading requires gcc
+# Supporting cc_r would require a special CC in all places that
+# use libpq, and that is ugly, so we don't do it.  Users can still
+# define their compiler as cc_r to do thread builds of everything.
         # More AIX lossage: must compile with cc_r
         # Extract the first word of "cc_r", so it can be a program name with args.
 set dummy cc_r; ac_word=$2