RFR: 8237944: webview native cl "-m32" unknown option for windows 32-bit build
Guru Hb
ghb at openjdk.java.net
Tue Jan 28 09:55:33 UTC 2020
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.
-------------
Commits:
- 0d9ca899: 8237944: webview native cl "-m32" unknown option for windows 32-bit build
Changes: https://git.openjdk.java.net/jfx/pull/97/files
Webrev: https://webrevs.openjdk.java.net/jfx/97/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JDK-8237944
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jfx/pull/97.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/97/head:pull/97
PR: https://git.openjdk.java.net/jfx/pull/97
More information about the openjfx-dev
mailing list