Re: RFR: JDK-8067060: build can still fail with spaces following -L on link lines

2014-12-10 Thread Stuart Marks
On 12/10/14 3:30 AM, Erik Joelsson wrote: Stuart: could you make sure this patch works since I can't repro the actual failure? Bug: https://bugs.openjdk.java.net/browse/JDK-8067060 Webrev: http://cr.openjdk.java.net/~erikj/8067060/webrev.jdk.01/ /Erik Yup, build works for me with this patch a

RFR: JDK-8067060: build can still fail with spaces following -L on link lines

2014-12-10 Thread Erik Joelsson
Hello, Embarrassingly enough, my last fix for the -L and space problem wasn't correct. Here is a new fix where I'm reverting the macro definitions from using define to simple = assignment. The latter automatically strips leading whitespace and IMO fits better for the type of macro that should

Re: How to cross compile OpenJDK for Arm32?

2014-12-10 Thread Andrew Haley
On 10/12/14 03:29, ChenLong wrote: > 2) Is there any place that I can download prebuilt sysroot/rootfs? That would > be great helpful. It makes far more sense simply to copy the root filesystem from your target. You really don't want someone else's sysroot. Andrew.