# HG changeset patch # User duke # Date 1499270997 -7200 # Node ID 2ed7db1165edebcbad8f174959f93e17c02d2012 # Parent dd5e885125b4c7af0592585061ed4a896d2f24dd# Parent ab7f1daeaf13f5ad7fd79ac02d621f7ca41bf1f9 Merge diff -r dd5e885125b4 -r 2ed7db1165ed .hgtags-top-repo --- a/.hgtags-top-repo Wed May 09 14:06:27 2012 -0700 +++ b/.hgtags-top-repo Wed Jul 05 18:09:57 2017 +0200 @@ -158,3 +158,4 @@ 894a478d2c4819a1a0f230bd7bdd09f3b2de9a8c jdk8-b34 5285317ebb4e8e4f6d8d52b5616fa801e2ea844d jdk8-b35 6a6ba0a07f33d37a2f97b1107e60c6a9a69ec84d jdk8-b36 +b2972095a4b1e2a97409b7c3df61f3b263a5ce14 jdk8-b37 diff -r dd5e885125b4 -r 2ed7db1165ed README-builds.html --- a/README-builds.html Wed May 09 14:06:27 2012 -0700 +++ b/README-builds.html Wed Jul 05 18:09:57 2017 +0200 @@ -65,6 +65,7 @@
@@ -951,6 +958,36 @@
+ X64 only: + The minimum recommended hardware for building + the Mac OS X version is any 64-bit capable Intel processor, at least 2 + GB of RAM, and approximately 3 GB of free disk space. You should also + have OS X Lion 10.7.3 installed. ++ + +
++ ++
+- + Install XCode 4.1 or newer. + If you install XCode 4.3 or newer, make sure you also install + "Command line tools" found under the preferences pane "Downloads". +
+- + Install "Java for OS X Lion Update 1", + set ALT_BOOTDIR to
+`/usr/libexec/java_home -v 1.6`
+- + Optional Import JDK, set + ALT_JDK_IMPORT_PATH. +
+
Depending on the platform, the OpenJDK build process has some basic @@ -1194,6 +1231,10 @@ set INCLUDE=%VSINSTALLDIR%\vc\include;%WindowsSdkDir%\include set LIB=%VSINSTALLDIR%\vc\lib\amd64;%WindowsSdkDir%\lib\x64 + OS X Lion 10.7.3: LLVM GCC ++ LLVM GCC is bundled with XCode. The version should be at least 4.2.1. +