On Mon, Apr 07, 2025 at 10:26:58AM +0200, Michel Dänzer wrote: > Actually, I think I was referring to the name of the JSON file containing > x86_64 instead of something x32 specific.
Right. And there we have the same problem as with ARM32. The filename only encodes the CPU, but Debian supports multiple ABIs on the same CPU. The question remains whether the filename can be expanded to cover all the variance in Debian architectures or whether M-A:same should be dropped. This also poses a problem when varying the kernel (e.g. Hurd) or the libc (e.g. musl). In both cases, I do not expect the name of the JSON file to change but the contained tuple will change. Helmut