Closed
Bug 851850
Opened 12 years ago
Closed 12 years ago
build failure PPC64: undefined reference to `qcms_transform_data_rgb_out_lut_altivec
Categories
(Core :: Graphics: Color Management, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: stevensn, Assigned: stevensn)
Details
Attachments
(1 file)
498 bytes,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
Building firefox on ppc64 (fedora 18) I get
../../gfx/qcms/transform.o:(.toc+0x80): undefined reference to `qcms_transform_data_rgb_out_lut_altivec'
../../gfx/qcms/transform.o:(.toc+0x88): undefined reference to `qcms_transform_data_rgba_out_lut_altivec'
collect2: error: ld returned 1 exit status
make[1]: *** [libxul.so] Error 1
make[1]: Leaving directory `/home/ssinger/build-out.ppc64/toolkit/library'
This appears to have been caused by bug 817153 taking into account only ppc and not ppc64
Assignee | ||
Comment 1•12 years ago
|
||
This patch adjusts the platform check to match both ppc64 and ppc
Attachment #725828 -
Flags: review?(jmuizelaar)
Updated•12 years ago
|
Attachment #725828 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #725828 -
Flags: checkin?
Updated•12 years ago
|
Attachment #725828 -
Flags: checkin?
Comment 2•12 years ago
|
||
Assignee: nobody → steve
Comment 3•12 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•