Can't use -flto with skia
Bug #823548 reported by
Bernhard Rosenkraenzer
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro GCC |
Fix Released
|
Low
|
Ramana Radhakrishnan | ||
4.6-2011.07-stable |
Won't Fix
|
Low
|
Unassigned | ||
Linaro GCC Tracking |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Attempting to build skia (Android graphics library) with -march=armv7-a -mtune=cortex-a9 -mcpu=cortex-a9 -flto results in
external/
[...]
Related branches
lp://staging/~ramana/gcc-linaro/fix-lp-823548
- Ulrich Weigand (community): Approve
-
Diff: 2747 lines (+1239/-1219)4 files modifiedChangeLog.linaro (+49/-0)
gcc/config/arm/arm.c (+1176/-1033)
gcc/config/arm/arm.h (+0/-172)
gcc/config/arm/vfp.md (+14/-14)
Changed in gcc-linaro: | |
status: | Triaged → Fix Committed |
milestone: | none → 4.6-2011.09 |
Changed in gcc-linaro: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hmmm I have heard this one before. It's because we aren't streaming the neon builtins for LTO correctly. A patch needs to be backported from upstream.
Cheers
Ramana