Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf80de1

Browse files
committed
Update aix cc_r wording.
1 parent0f4b3f2 commitaf80de1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎config/acx_pthread.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ if test "x$acx_pthread_ok" = xyes; then
202202
LIBS="$save_LIBS"
203203
CFLAGS="$save_CFLAGS"
204204
205-
#Not a common AIX compiler so we don't support it and adding a specific
206-
#compiler usage for every thread compileis ugly
207-
#AIX threading requires gcc
205+
#Supporting cc_r would require a special CC in all places that
206+
#use libpq, and thatis ugly, so we don't do it. Users can still
207+
#define their compiler as cc_r to do thread builds of everything.
208208
# More AIX lossage: must compile with cc_r
209209
AC_CHECK_PROG(PTHREAD_CC,cc_r,cc_r,${CC})
210210
else

‎configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14236,9 +14236,9 @@ echo "${ECHO_T}${flag}" >&6
1423614236
LIBS="$save_LIBS"
1423714237
CFLAGS="$save_CFLAGS"
1423814238

14239-
#Not a common AIX compiler so we don't support it and adding a specific
14240-
#compiler usage for every thread compileis ugly
14241-
#AIX threading requires gcc
14239+
#Supporting cc_r would require a special CC in all places that
14240+
#use libpq, and thatis ugly, so we don't do it. Users can still
14241+
#define their compiler as cc_r to do thread builds of everything.
1424214242
# More AIX lossage: must compile with cc_r
1424314243
# Extract the first word of "cc_r", so it can be a program name with args.
1424414244
set dummy cc_r; ac_word=$2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp