Re: RFR: 8081447: System JPEG builds include in-tree jpeglib.h, resulting in build failure

2015-05-29 Thread Andrew Hughes
- Original Message - > On 2015-05-29 04:24, Andrew Hughes wrote: > > > > Bug: https://bugs.openjdk.java.net/browse/JDK-8081447 Webrev: > http://cr.openjdk.java.net/~andrew/8081447/webrev.01/ In testing a fix for > [0], I found that system jpeg support seems > to have bitrotted. Due to th

Re: RFR: JDK-8081471 Allow SetupTestFilesCompilation to set LDFLAGS for individual tests

2015-05-29 Thread Stefan Särne
Thanks Magnus for adding the support so quickly. The best would indeed be to bring it in via the hs-rt forest. /Stefan Magnus Ihse Bursie skrev den 2015-05-29 11:15: A request have been made to be able to set specific LDFLAGS for individual tests/libraries in SetupTestFilesCompilation, similar

RFR: JDK-8081471 Allow SetupTestFilesCompilation to set LDFLAGS for individual tests

2015-05-29 Thread Magnus Ihse Bursie
A request have been made to be able to set specific LDFLAGS for individual tests/libraries in SetupTestFilesCompilation, similar to the CFLAGS_filename construct in SetupNativeCompilation, e.g. LDFLAGS_libFooBar := -lfooflag It is trivial to also add CFLAGS functionality in a similar manner. T