[Webkit-unassigned] [Bug 81077] Add support for Intel compiler on Linux QT port.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 03:39:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81077





--- Comment #8 from Kwonjin Jeong <gram at company100.net>  2012-03-19 03:39:52 PST ---
I find the reason why the build is failed with '-spec linux-icc'.

There are many g++-specific configurations something like that.
 ./Source/WebCore/WebCore.pri:unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections

But those options are not applied with '-spec linux-icc' option.

So, I just copy linux-icc mkspecs to linux-g++-icc, then build with '-spec linux-g++-icc' options. In result, I succeed in building WebKit.


I think that the best solution is modifying g++-specific configurations for Intel compiler.

-- 
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