bhardwajhp
bhardwajhp

Reputation: 43

Configure GRADLE to use CC compiler on SunOS 11

Is it possible to use GRADLE with Solaris Studio CC/cc compiler on SunOS.

Upvotes: 0

Views: 172

Answers (2)

Adonis
Adonis

Reputation: 4818

I don't know which C compiler Solaris uses, but you have GCC and CLang that are supported by Gradle, see the doc

Edit: According to this documentation, mostly (there are exceptions) you can mix Solaris C compiler and GCC which would lead me to say that (mostly) Solaris C compiler is supported with Gradle

Upvotes: 0

Related Questions