mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
perf: Tweak for mips n64
With the changes to binutils, perf's direct calls to ld break for mips n64. We already have tweaks for n32 so match those with the ones for n64. (From OE-Core rev: 33828620872b80e1c745612e025215666ba755c8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -125,9 +125,11 @@ PERF_SRC ?= "Makefile \
|
||||
|
||||
PERF_EXTRA_LDFLAGS = ""
|
||||
|
||||
# MIPS N32
|
||||
# MIPS N32/N64
|
||||
PERF_EXTRA_LDFLAGS:mipsarchn32eb = "-m elf32btsmipn32"
|
||||
PERF_EXTRA_LDFLAGS:mipsarchn32el = "-m elf32ltsmipn32"
|
||||
PERF_EXTRA_LDFLAGS:mipsarchn64eb = "-m elf64btsmip"
|
||||
PERF_EXTRA_LDFLAGS:mipsarchn64el = "-m elf64ltsmip"
|
||||
|
||||
do_compile() {
|
||||
# Linux kernel build system is expected to do the right thing
|
||||
|
||||
Reference in New Issue
Block a user