Mention aix cc_r is not supported, and why
This commit is contained in:
parent
ec4aa14b68
commit
0f4b3f2215
@ -202,6 +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
|
||||||
|
# compiler usage for every thread compile is ugly
|
||||||
|
# AIX threading requires gcc
|
||||||
# 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
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -14236,6 +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
|
||||||
|
# compiler usage for every thread compile is ugly
|
||||||
|
# AIX threading requires gcc
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user