mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
libjpeg-turbo: Fix build on mips/clang
(From OE-Core rev: 305072dbde8ec5a4f1d455f7fbfa3a631f9f947f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4c9eef335a
commit
1e811f9e70
|
@ -47,6 +47,12 @@ EXTRA_OECMAKE:append:class-target:powerpc64le = " ${@bb.utils.contains("TUNE_FEA
|
|||
DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
|
||||
DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
|
||||
|
||||
# libjpeg-turbo-2.0.2/simd/mips/jsimd_dspr2.S
|
||||
# <instantiation>:13:5: error: invalid token in expression
|
||||
# .if $17 != 0
|
||||
# ^
|
||||
CFLAGS:append:toolchain-clang:mipsarch = " -fno-integrated-as"
|
||||
|
||||
PACKAGES =+ "jpeg-tools libturbojpeg"
|
||||
|
||||
DESCRIPTION:jpeg-tools = "The jpeg-tools package includes client programs to access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files and benchmarking of the libjpeg library."
|
||||
|
|
Loading…
Reference in New Issue
Block a user