On Tue, 28 Jan 2020 21:03:01 GMT, Johan Vos <j...@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 -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.

Agreed. It's a good cleanup fix. I'll do a quick test and then review it.

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

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

Reply via email to