diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-19 12:41:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:24:57 +0100 |
commit | 0cb68387f9aca914c603a26e85a2ea405f721f53 (patch) | |
tree | a258cee4bc410ea830ab623f11662125b4761ab4 /meta/recipes-extended/sed | |
parent | d42a262c1fe41bd774be85f3df1baf144fc8e67d (diff) | |
download | openembedded-core-0cb68387f9aca914c603a26e85a2ea405f721f53.tar.gz openembedded-core-0cb68387f9aca914c603a26e85a2ea405f721f53.tar.bz2 openembedded-core-0cb68387f9aca914c603a26e85a2ea405f721f53.tar.xz openembedded-core-0cb68387f9aca914c603a26e85a2ea405f721f53.zip |
flac: fix build issues with e500v2 (gnuspe) toolchain
For a PPC target flac will try to build with altivec optimizations.
Altivec and SPE are mutually exclusive options. Between flac's
configure choices and the ppce500v2 tune file options we'd end up with
a compile invocation with the following arguments:
-mabi=spe -mspe -mabi=altivec -maltivec
Which would cause the compile to fail due to the mutual exclusion.
Pulled in a patch from the debian SPE port that addresses this issue:
http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2010-June/010212.html
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/recipes-extended/sed')
0 files changed, 0 insertions, 0 deletions