[Rev 01] RFR: 8237944: webview native cl "-m32" unknown option for windows 32-bit build

Kevin Rushforth kcr at openjdk.java.net
Wed Jan 29 12:58:00 UTC 2020


On Wed, 29 Jan 2020 12:58:00 GMT, Guru Hb <ghb at openjdk.org> wrote:

>> cl : Command line warning D9002 : ignoring unknown option '-m32'
>> 
>> post fix for "https://trac.webkit.org/changeset/242724/webkit" makes use of cross compiling 32 bit JSC in a 64 bit and its holds good only for Linux. 
>> '-m32' flag is gcc specifc and on windows cl.exe (visual studio) doesn't recognize this flag.
> 
> The pull request has been updated with 1 additional commit.

Marked as reviewed by kcr (Lead).

-------------

PR: https://git.openjdk.java.net/jfx/pull/97


More information about the openjfx-dev mailing list