Skip to content

Commit a763864

Browse files
committed
Use xlclang
1 parent dc4dde3 commit a763864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/native/jgskit.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ifeq (${PLATFORM},arm-linux64)
2020
OSINCLUDEDIR=linux
2121
else ifeq (${PLATFORM},ppc-aix64)
2222
PLAT=ap
23-
CC=ibm-clang_r
23+
CC=xlclang
2424
CFLAGS+= -DAIX -m64
2525
LDFLAGS+= -m64 -brtl
2626
OSINCLUDEDIR=aix

0 commit comments

Comments
 (0)