]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
oprofile: fix mipsel build
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 11 Nov 2011 16:06:49 +0000 (13:06 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 11 Nov 2011 18:58:38 +0000 (19:58 +0100)
Closes #3709

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/oprofile/oprofile.mk

diff --git a/CHANGES b/CHANGES
index 0800c1f7f592dfa9e315e4992221333318b131ea..3fed3d03e977accd2ff42f116f0d862940f476b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,7 @@
        #3343: Add file:// download SITE_METHOD
        #3391: Add support for specifying an external kernel tree
        #3631: Error while compiling with Xorg
+       #3709: oprofile doesn't build for mipsel
        #3925: midori not getting compile
        #4045: Add support for downloading i386 toolchains from codesourcery
        #4165: lrzsz-fix-symlink-at-rebuild.patch
index 734839f24075a59515d4055e4b9fdb68d8304c39..5da794badc24f49ed1c23c88b288d558bef22c2c 100644 (file)
@@ -12,6 +12,9 @@ OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled
 ifeq ($(BR2_i386),y)
 OPROFILE_ARCH = i386
 endif
+ifeq ($(BR2_mipsel),y)
+OPROFILE_ARCH = mips
+endif
 ifeq ($(BR2_powerpc),y)
 OPROFILE_ARCH = ppc
 endif