mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-22 10:22:27 +00:00
Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker. Reviewed-by: dholmes, ohrstrom