summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 7bbc1ad70c..ec0c6efe15 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -125,9 +125,11 @@ PERF_SRC ?= "Makefile \
125 125
126PERF_EXTRA_LDFLAGS = "" 126PERF_EXTRA_LDFLAGS = ""
127 127
128# MIPS N32 128# MIPS N32/N64
129PERF_EXTRA_LDFLAGS:mipsarchn32eb = "-m elf32btsmipn32" 129PERF_EXTRA_LDFLAGS:mipsarchn32eb = "-m elf32btsmipn32"
130PERF_EXTRA_LDFLAGS:mipsarchn32el = "-m elf32ltsmipn32" 130PERF_EXTRA_LDFLAGS:mipsarchn32el = "-m elf32ltsmipn32"
131PERF_EXTRA_LDFLAGS:mipsarchn64eb = "-m elf64btsmip"
132PERF_EXTRA_LDFLAGS:mipsarchn64el = "-m elf64ltsmip"
131 133
132do_compile() { 134do_compile() {
133 # Linux kernel build system is expected to do the right thing 135 # Linux kernel build system is expected to do the right thing