mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
cogl-1.0: set COMPATIBLE_HOST_armv4 to null
It doesn't build with armv4:
cogl-texture-deprecated.c -fPIC -DPIC -o deprecated/.libs/cogl-texture-deprecated.o
{standard input}: Assembler messages:
{standard input}:831: Error: selected processor does not support `clz r3,r0' in ARM mode
make[4]: *** [deprecated/cogl-fixed.lo] Error 1
[snip]
(From OE-Core rev: 858dc0b21e2b65b90c115411c678ae8ca80134e5)
(From OE-Core rev: 7c011a9e0f3a07bb12813022c548b24254886e6d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
306cd99e98
commit
6c56ed7b02
@@ -73,3 +73,5 @@ FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}"
|
||||
RPROVIDES_libcogl = "cogl-1.0"
|
||||
RCONFLICTS_libcogl = "cogl-1.0"
|
||||
RREPLACES_libcogl = "cogl-1.0"
|
||||
|
||||
COMPATIBLE_HOST_armv4 = 'null'
|
||||
|
||||
Reference in New Issue
Block a user