Re: Pre-compiled headers with OpenJDK

2014-09-19 Thread Richard Kolb
On 19 Sep 2014 14:01, "David Holmes" wrote: > > On 19/09/2014 8:54 PM, Richard Kolb wrote: >> >> >> >> On 19 September 2014 12:48, David Holmes > > wrote: >> >> On 19/09/2014 7:53 PM, Richard Kolb wrote: >> >> Hello, >> >> I am trying to compile

Re: Pre-compiled headers with OpenJDK

2014-09-19 Thread David Holmes
On 19/09/2014 8:54 PM, Richard Kolb wrote: On 19 September 2014 12:48, David Holmes mailto:david.hol...@oracle.com>> wrote: On 19/09/2014 7:53 PM, Richard Kolb wrote: Hello, I am trying to compile the OpenJDK 7u60 and because I have a newer version of GCC

Re: Pre-compiled headers with OpenJDK

2014-09-19 Thread Richard Kolb
On 19 September 2014 12:48, David Holmes wrote: > On 19/09/2014 7:53 PM, Richard Kolb wrote: > >> Hello, >> >> I am trying to compile the OpenJDK 7u60 and because I have a newer version >> of GCC I am hitting a pre-compiled issue. >> >> How do I properly set USE_PRECOMPILED_HEADER ? >> >> I have

Re: Pre-compiled headers with OpenJDK

2014-09-19 Thread David Holmes
On 19/09/2014 7:53 PM, Richard Kolb wrote: Hello, I am trying to compile the OpenJDK 7u60 and because I have a newer version of GCC I am hitting a pre-compiled issue. How do I properly set USE_PRECOMPILED_HEADER ? I have tried 'make USE_PRECOMPILED_HEADER=0' That should be all that is needed

Pre-compiled headers with OpenJDK

2014-09-19 Thread Richard Kolb
Hello, I am trying to compile the OpenJDK 7u60 and because I have a newer version of GCC I am hitting a pre-compiled issue. How do I properly set USE_PRECOMPILED_HEADER ? I have tried 'make USE_PRECOMPILED_HEADER=0' 'export USE_PRECOMPILED_HEADER=0' and even hacking the gcc makefile with no effe