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 >