ibmruntimes / openj9-openjdk-jdk9

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

Fix omr configure issues with ccache #168

Closed dnakamura closed 6 years ago

dnakamura commented 6 years ago

Export the autoconf cache variables for CC/CXX. This determines the program autoconf runs its tests on, without clobbering the CC/CXX variables.

Also remove the CONFIG_SHELL variable export as it is not required, and does not solve the underlying issue

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