ibmruntimes / openj9-openjdk-jdk9

Extensions for OpenJDK for Eclipse OpenJ9
GNU General Public License v2.0
67 stars 76 forks source link

Add support for building with ccache #149

Closed dnakamura closed 6 years ago

dnakamura commented 6 years ago

Signed-off-by: Devin Nakamura devinn@ca.ibm.com

dnakamura commented 6 years ago

See ibmruntimes/openj9-openjdk-jdk10#23 eclipse/openj9#1815 eclipse/openj9#1804

dnakamura commented 6 years ago

Marked WIP since there appears to be a bug which manifests when you export CC or CXX before calling make (as is the case on travis)

pshipton commented 6 years ago

Is the problem related to https://github.com/eclipse/openj9/pull/1891