Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 085f5cd

Browse files
committed
Use xlc_r for AIX.
1 parent f7d1da9 commit 085f5cd

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)