RFR: 8019470 "Changes needed to compile JDK8 on MacOS with clang compiler"

Mike Duigou mike.duigou at oracle.com
Tue Jul 23 15:55:47 PDT 2013


Nice work!

toolchain.m4::

- Wouldn't COMPILER_NAME=clang now be dependent upon which compiler is used?

- It also seems to require that gcc still be present for the containing conditional;  509 if test "x$GCC" = xyes; then

Mike

On Jul 23 2013, at 15:15 , Tim Bell wrote:

> Hello everyone-
> 
> This is a small set of changes to switch from gcc to clang when building on MacOS, and also enable building on MacOS 8.x
> 
> Here is the bug report:
> 
> http://bugs.sun.com/view_bug.do?bug_id=8019470
> 
> Here are the webrevs:
> 
> Hotspot only:
> 
>  http://cr.openjdk.java.net/~tbell/8019470/hotspot/webrev.00/
> 
> All of the changes:
> 
>  http://cr.openjdk.java.net/~tbell/8019470/webrev.00/
> 
> Thanks in advance.
> 
> Tim
> 



More information about the hotspot-runtime-dev mailing list