mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
oprofile: fix mipsel build
Closes #3709 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e9c52d715b
commit
dd3177cc1a
1
CHANGES
1
CHANGES
@ -73,6 +73,7 @@
|
|||||||
#3343: Add file:// download SITE_METHOD
|
#3343: Add file:// download SITE_METHOD
|
||||||
#3391: Add support for specifying an external kernel tree
|
#3391: Add support for specifying an external kernel tree
|
||||||
#3631: Error while compiling with Xorg
|
#3631: Error while compiling with Xorg
|
||||||
|
#3709: oprofile doesn't build for mipsel
|
||||||
#3925: midori not getting compile
|
#3925: midori not getting compile
|
||||||
#4045: Add support for downloading i386 toolchains from codesourcery
|
#4045: Add support for downloading i386 toolchains from codesourcery
|
||||||
#4165: lrzsz-fix-symlink-at-rebuild.patch
|
#4165: lrzsz-fix-symlink-at-rebuild.patch
|
||||||
|
@ -12,6 +12,9 @@ OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled
|
|||||||
ifeq ($(BR2_i386),y)
|
ifeq ($(BR2_i386),y)
|
||||||
OPROFILE_ARCH = i386
|
OPROFILE_ARCH = i386
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BR2_mipsel),y)
|
||||||
|
OPROFILE_ARCH = mips
|
||||||
|
endif
|
||||||
ifeq ($(BR2_powerpc),y)
|
ifeq ($(BR2_powerpc),y)
|
||||||
OPROFILE_ARCH = ppc
|
OPROFILE_ARCH = ppc
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user