Closed
Bug 1052813
Opened 11 years ago
Closed 11 years ago
[Skia] Doesn't build with --disable-optimize on ARM
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: gw280, Assigned: gw280)
References
Details
Attachments
(1 file)
|
1.13 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
/Volumes/fennec/gecko-dev/gfx/skia/trunk/src/opts/SkBlitRow_opts_arm.cpp: In function 'void S32A_D565_Opaque(uint16_t*, const SkPMColor*, int, U8CPU, int, int)':
/Volumes/fennec/gecko-dev/gfx/skia/trunk/src/opts/SkBlitRow_opts_arm.cpp:114:1: error: r7 cannot be used in asm here
make[5]: *** [Unified_cpp_gfx_skia20.o] Error 1
The solution here is to add -fomit-frame-pointer to our CXXFLAGS (which is added by default in gcc's optimised builds).
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8471863 -
Flags: review?(snorp)
| Assignee | ||
Updated•11 years ago
|
Attachment #8471863 -
Flags: review?(snorp) → review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8471863 -
Flags: review?(matt.woodrow) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•