We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4dde3 commit a763864Copy full SHA for a763864
src/main/native/jgskit.mak
@@ -20,7 +20,7 @@ ifeq (${PLATFORM},arm-linux64)
20
OSINCLUDEDIR=linux
21
else ifeq (${PLATFORM},ppc-aix64)
22
PLAT=ap
23
- CC=ibm-clang_r
+ CC=xlclang
24
CFLAGS+= -DAIX -m64
25
LDFLAGS+= -m64 -brtl
26
OSINCLUDEDIR=aix
0 commit comments