RFR: 8019470 "Changes needed to compile JDK8 on MacOS with clang compiler"
David Katleman
david.katleman at oracle.com
Wed Jul 24 00:08:40 UTC 2013
In toolchain.m4
267 elif test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
268 COMPILER_CHECK_LIST="clang gcc cc"
Aren't clang & cc the same? (/usr/bin/cc -> clang)
Or are there instances of macosx that do not have the symlink?
That's the only question I could find. Pretty simple change.
Dave
On 7/23/2013 3:15 PM, 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/
More information about the build-dev
mailing list