[Webkit-unassigned] [Bug 163949] New: [cmake] Don't add -fPIC flag when on Windows (MinGW)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 25 09:34:23 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163949
Bug ID: 163949
Summary: [cmake] Don't add -fPIC flag when on Windows (MinGW)
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: annulen at yandex.ru
CC: lforschler at apple.com
-fPIC flag does not do anything on Windows and produces warning noise with MinGW. There is no position independent code in Unix sense on 32-bit Windows, and 64-bit Windows code is always relocatable.
For reference see https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00836.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161025/50a9920e/attachment.html>
More information about the webkit-unassigned
mailing list