Okay, managed to produce one by myself:

> [pmatilai🎩︎localhost ~]$ clang -target bpf  -c bpf.c -o bpf.o
> [pmatilai🎩︎localhost ~]$ file bpf.o 
> bpf.o: ELF 64-bit LSB relocatable, eBPF, version 1 (SYSV), not stripped

So it's an architecture by itself, speced to be always 64bit: 
https://www.ietf.org/archive/id/draft-thaler-bpf-elf-00.html so any "coloring" 
(meaning 32/64bitness in rpm) is just wrong. Luckily it should also be trivial 
to fix.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2875#issuecomment-1932013089
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2875/1932013...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to