Re: RFR: JDK-8148955: libjimage.so compiled with wrong flags

2016-02-03 Thread Alan Bateman
On 03/02/2016 13:50, Erik Joelsson wrote: The library libjimage.so consists of C++ source files, but is currently setup to compile using CFLAGS_JDKLIB instead of CXXFLAGS_JDKLIB. On Solaris, these variables contain quite a few differences due to the compilers taking very different arguments.

Re: RFR: JDK-8148955: libjimage.so compiled with wrong flags

2016-02-03 Thread Roger Riggs
+1 (at least for the jdk code) Thanks Erik On 02/03/2016 08:50 AM, Erik Joelsson wrote: The library libjimage.so consists of C++ source files, but is currently setup to compile using CFLAGS_JDKLIB instead of CXXFLAGS_JDKLIB. On Solaris, these variables contain quite a few differences due to

RFR: JDK-8148955: libjimage.so compiled with wrong flags

2016-02-03 Thread Erik Joelsson
The library libjimage.so consists of C++ source files, but is currently setup to compile using CFLAGS_JDKLIB instead of CXXFLAGS_JDKLIB. On Solaris, these variables contain quite a few differences due to the compilers taking very different arguments. This makes the build process very noisy in t