summaryrefslogtreecommitdiff
path: root/meta/lib/oe
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-19 12:41:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:24:57 +0100
commit0cb68387f9aca914c603a26e85a2ea405f721f53 (patch)
treea258cee4bc410ea830ab623f11662125b4761ab4 /meta/lib/oe
parentd42a262c1fe41bd774be85f3df1baf144fc8e67d (diff)
downloadopenembedded-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/lib/oe')
0 files changed, 0 insertions, 0 deletions