Added more support for MacOSX
Mike Swingler
swingler at apple.com
Mon Oct 3 15:08:27 PDT 2011
On Oct 3, 2011, at 2:30 PM, Fredrik Öhrström wrote:
> Now configure works on my 10.6.8 (snow leopard)
> IntelCorei7 imac with 8GB of RAM (64 bit of course).
>
> You can type make, and it will build:
> langtools,corba,jaxp and jaxws.
>
> I have just started looking at the macosx port to
> get it to compile hotspot and the jdk.
>
> Iw there any MacOSX savy person out there who
> could answer what the difference is between
> CC and g++ and llvm-g++ on 10.6.8?
CC is generically the variable used to hold path to the compiler
g++ is (usually) a symlink to llvm-g++
llvm-g++ is the hybrid gcc frontend / llvm backend compiler
We fully intend to switch completely to the clang compiler (llvm frontend and backend) on Lion, however for SnowLeopard, the supported compiler will likely have to remain LLVM-GCC.
More compiler errata here: <http://wikis.sun.com/display/OpenJDK/Compiler+Errata>. If you have anything to add to the page, please do so.
More info on LLVM here: <http://llvm.org/>, and clang specifically here: <http://clang.llvm.org/>.
Mike Swingler
Java Engineering
Apple Inc.
More information about the build-infra-dev
mailing list