Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0f4b3f22
Commit
0f4b3f22
authored
Dec 14, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention aix cc_r is not supported, and why
parent
ec4aa14b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
config/acx_pthread.m4
config/acx_pthread.m4
+3
-0
configure
configure
+3
-0
No files found.
config/acx_pthread.m4
View file @
0f4b3f22
...
...
@@ -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
...
...
configure
View file @
0f4b3f22
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment