[Webkit-unassigned] [Bug 60065] New: --gc-sections causes build failure on Solaris
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 3 14:43:31 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60065
Summary: --gc-sections causes build failure on Solaris
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tropikhajma at gmail.com
Created an attachment (id=92134)
--> (https://bugs.webkit.org/attachment.cgi?id=92134&action=review)
patch
Trying to build Qt 4.7.2 on Solaris 11 with gcc 4.5.2 fails because webkit/WebCore/WebCore.pro is adding "-Wl,--gc-sections" flag.
This is not supported by the Solaris linker.
It was mentioned a year ago at http://lists.qt.nokia.com/pipermail/qt-interest/2010-May/023701.html.
I found out the attached patch helped me to finish the build.
in webkit trunk the code is part of WebCore.pri as it was moved some time ago
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list