[Rev 01] RFR: 8237944: webview native cl "-m32" unknown option for windows 32-bit build
Guru Hb
ghb at openjdk.java.net
Wed Jan 29 15:37:01 UTC 2020
On Wed, 29 Jan 2020 12:57:41 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> The pull request has been updated with 1 additional commit.
>
> Marked as reviewed by kcr (Lead).
> the -m32 option seems to be ignored by the compiler:
> cl : Command line warning D9002 : ignoring unknown option '-m32'
>
> However, I agree it is better to conditionally remove it.
"-m32" required for compiling other ports of webkit (WebkitGTK, WPE) and for our platform I haven't tested this feature (i.e cross compiling on a 64 bit Linux).
-------------
PR: https://git.openjdk.java.net/jfx/pull/97
More information about the openjfx-dev
mailing list