Re: RFR: JDK-8215445: Enable building for Windows in WSL

2018-12-29 Thread Magnus Ihse Bursie
Path to >> FIXPATH_PATH. That part of toolchain.m4 occurs before FIXPATH is even >> built, so it does need that extra filtering still. >> >> Thanks, >> >> -Andrew >> >> From: Magnus Ihse Bursie >> Sent: Thursday, December 20, 2018

Re: RFR: JDK-8215445: Enable building for Windows in WSL

2018-12-21 Thread Erik Joelsson
: JDK-8215445: Enable building for Windows in WSL On 2018-12-20 13:47, Erik Joelsson wrote: Hello, Thanks to huge help from Andrew Luo, we now have a patch that adds support for building OpenJDK for Windows using WSL as the Unix layer instead of Cygwin. I have made some adjustments, most

Re: RFR: JDK-8215445: Enable building for Windows in WSL

2018-12-21 Thread Magnus Ihse Bursie
a filtering still. I see. /Magnus > > Thanks, > > -Andrew > > From: Magnus Ihse Bursie > Sent: Thursday, December 20, 2018 10:55 AM > To: Erik Joelsson ; build-dev > ; Andrew Luo > Subject: Re: RFR: JDK-8215445: Enable building for Windows in WSL > > On

RE: RFR: JDK-8215445: Enable building for Windows in WSL

2018-12-20 Thread Andrew Luo
before FIXPATH is even built, so it does need that extra filtering still. Thanks, -Andrew From: Magnus Ihse Bursie Sent: Thursday, December 20, 2018 10:55 AM To: Erik Joelsson ; build-dev ; Andrew Luo Subject: Re: RFR: JDK-8215445: Enable building for Windows in WSL On 2018-12-20 13:47, Erik

Re: RFR: JDK-8215445: Enable building for Windows in WSL

2018-12-20 Thread Magnus Ihse Bursie
On 2018-12-20 13:47, Erik Joelsson wrote: Hello, Thanks to huge help from Andrew Luo, we now have a patch that adds support for building OpenJDK for Windows using WSL as the Unix layer instead of Cygwin. I have made some adjustments, mostly to keep it working in Cygwin. I have also run it thr