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

Commit085f5cd

Browse files
committed
Use xlc_r for AIX.
1 parentf7d1da9 commit085f5cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ ifndef top_srcdir
7070
@exit 1
7171
endif
7272

73+
ifeq ($(PORTNAME), aix)
74+
CC=xlc_r
75+
endif
76+
7377
# Those files are symlinked from the PostgreSQL sources.
7478
xlogreader.c:% :$(top_srcdir)/src/backend/access/transam/%
7579
rm -f$@&&$(LN_S)$<.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp