Closed
Bug 618570
Opened 15 years ago
Closed 15 years ago
-mfloat-abi=softfp should not be hardcoded in pixman
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: romaxa, Unassigned)
References
Details
Attachments
(1 file)
|
789 bytes,
patch
|
jrmuizel
:
review+
joe
:
approval2.0+
|
Details | Diff | Splinter Review |
Mozilla does not compile on cs2009q3-eglibc2.10-armv7-hard, because pixman adding -mfloat-abi=softfp
Attachment #497064 -
Flags: review?(jmuizelaar)
| Reporter | ||
Comment 1•15 years ago
|
||
This error I have without this patch:
scratchbox/compilers/cs2009q3-eglibc2.10-armv7-hard/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: error: ../../gfx/cairo/libpixman/src/libmozlibpixman.a(pixman-arm-neon.o) uses VFP register arguments, libxul.so does not
/scratchbox/compilers/cs2009q3-eglibc2.10-armv7-hard/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: failed to merge target specific data of file ../../gfx/cairo/libpixman/src/libmozlibpixman.a(pixman-arm-neon.o)
collect2: ld returned 1 exit status
make[1]: *** [libxul.so] Error 1
| Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 497064 [details] [diff] [review]
Disable softfp hardcode
without this fix, mozilla just not compilable on hardfp toolchain with default config
Attachment #497064 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #497064 -
Flags: review?(jmuizelaar) → review+
Updated•15 years ago
|
Attachment #497064 -
Flags: approval2.0? → approval2.0+
| Reporter | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•