difos/package/devel
Tony Ambardar f6a1e444bc perf: fix build on mips
Building perf on mips/malta fails on intel-pt-decoder due to a header issue
previously seen in f434643857 ("perf: fix build on PowerPC"):

In file included from util/intel-pt-decoder/intel-pt-insn-decoder.c:12:
util/intel-pt-decoder/../../../arch/x86/include/asm/insn.h: In function 'insn_field_set':
util/intel-pt-decoder/../../../arch/x86/include/asm/insn.h:56:21: error: implicit declaration of function '__cpu_to_le32'; did you mean 'cpu_to_le32'? [-Wimplicit-function-declaration]
   56 |         p->little = __cpu_to_le32(v);
      |                     ^~~~~~~~~~~~~
      |                     cpu_to_le32
util/intel-pt-decoder/../../../arch/x86/include/asm/insn.h: In function 'insn_set_byte':
util/intel-pt-decoder/../../../arch/x86/include/asm/insn.h:64:20: error: implicit declaration of function '__le32_to_cpu'; did you mean 'le32_to_cpu'? [-Wimplicit-function-declaration]
   64 |         p->value = __le32_to_cpu(p->little);
      |                    ^~~~~~~~~~~~~
      |                    le32_to_cpu

Extend the previous powerpc fix to mips, disabling intel-pt-decoder build.

cc: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/19426
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-07-17 20:53:19 +02:00
..
binutils binutils: update to 2.42 2024-02-12 23:41:03 +01:00
gdb gdb: update to version 16.2 2025-05-05 13:57:08 +02:00
gperf gperf: build as C++11 2024-05-10 00:11:10 +02:00
kselftests-bpf kselftests-bpf: add support for kernel 6.12 2025-05-29 22:46:46 +02:00
leds treewide: use APK compatible version schema 2024-03-22 22:14:22 +01:00
perf perf: fix build on mips 2025-07-17 20:53:19 +02:00
ply ply: add dynamic tracing package using BPF 2024-05-31 11:51:45 +02:00
strace strace: update to 6.14 2025-03-25 23:25:51 +01:00
tmon tmon: make version apk compatible 2024-08-22 17:53:28 +02:00
trace-cmd trace-cmd: update to 3.3 2024-08-24 21:26:55 +02:00
valgrind valgrind: Remove unsupported configure options. 2024-10-08 22:23:11 +02:00