[Webkit-unassigned] [Bug 108083] [GTK] Building fails in an armv5tel board

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 07:45:51 PST 2013


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





--- Comment #1 from Adrian Perez <aperez at igalia.com>  2013-01-28 07:47:49 PST ---
More precisely, the “configure” script claims that the C++ compiler
cannot be found, examining “configure.log” this can be observed:

configure:5761: g++ -c -march=pentium4 -msse2 -mfpmath=sse   conftest.cpp >&5
g++: error: unrecognized argument in option '-march=pentium4'
g++: note: valid arguments to '-march=' are: armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5e armv5t armv5te armv6 armv6-m armv6j armv6k armv6s-m armv6t2 armv6z armv6zk armv7 armv7-a armv7-m armv7-r armv7e-m ep9312 iwmmxt iwmmxt2 native
g++: error: unrecognized command line option '-msse2'
g++: error: unrecognized command line option '-mfpmath=sse'

Of course, passing those options does not make sense in ARM.

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