diff options
author | Bruce Momjian | 2004-12-14 12:58:29 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-12-14 12:58:29 +0000 |
commit | 947f3f57188cf3cde7c3d266de30f32697843958 (patch) | |
tree | 28dba650115a27d60435e7ba1497cd3542e7a8ff | |
parent | 728f615cfdb00987c23536cadb5407e80ed25157 (diff) |
Mention aix cc_r is not supported, and why
-rw-r--r-- | config/acx_pthread.m4 | 3 | ||||
-rwxr-xr-x | configure | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/acx_pthread.m4 b/config/acx_pthread.m4 index 254a383a9b..8b3915865e 100644 --- a/config/acx_pthread.m4 +++ b/config/acx_pthread.m4 @@ -202,6 +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 # More AIX lossage: must compile with cc_r AC_CHECK_PROG(PTHREAD_CC, cc_r, cc_r, ${CC}) else @@ -14236,6 +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 # 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 |