jdk8 makefile changes (original) (raw)
Fredrik Öhrström fredrik.ohrstrom at oracle.com
Tue Jul 10 09:56:29 UTC 2012
- Previous message (by thread): jdk8 makefile changes
- Next message (by thread): jdk8 makefile changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The configure script does set a few variables in the spec.gmk file that is used but the hotspot repo. (It does read the spec.gmk file)
We did forget about STATIC_CXX though, it should be added to spec.gmk and set appropriately, then the hotspot makefile that looks at it should be adjusted, because now it only allows STATIC_CXX to be set using the command line.
//Fredrik
10 jul 2012 kl. 03:05 skrev Omair Majid:
On 07/09/2012 07:44 PM, David Holmes wrote:
Hi Omair,
The static vs dynamic link check that you see is only in place for the JDK libraries not hotspot. For hotspot (which has not been modified as part of the build-infra project) you still need to pass STATICCXX=false as a make variable on the make invocation. Ah, false alarm then. Please ignore :) And yes, "make images STATICCXX=false" makes the build work for me. Thanks, Omair
- Previous message (by thread): jdk8 makefile changes
- Next message (by thread): jdk8 makefile changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]