On Wed, Nov 08, 2023 at 10:43:32AM +0100, Helmut Grohne wrote:
> So I think rather than evaluating the bits here, I think we should
> enumerate all architectures that currently are time32 and assume that
> all others (and future ones) will be time64. That list would be:
> 
>  * arm    <- I know it's dead. Completeness.
>  * arm64ilp32
>  * armel
>  * armhf
>  * hppa
>  * i386   <- You want to delete this.
>  * m68k
>  * mips
>  * mips32r6
>  * mips32r6el
>  * mipsel
>  * mipsn32
>  * mipsn32el
>  * powerpc
>  * s390
>  * sh3
>  * sh4
>  * sparc

Guillem curated a list in /usr/share/perl5/Dpkg/Vendor/Debian.pm:

 * arm
 * armeb
 * armel
 * armhf
 * hppa
 * i386
 * hurd-i386
 * kfreebsd-i386
 * m68k
 * mips
 * mipsel
 * mipsn32
 * mipsn32el
 * mipsn32r6
 * mipsn32r6el
 * mipsr6
 * mipsr6el
 * nios2
 * powerpc
 * powerpcel
 * powerpcspe
 * s390
 * sh3
 * sh3eb
 * sh4
 * sh4eb
 * sparc

This looks more complete, but it misses arm64ilp32.

Maybe instead of duplicating this, debhelper can access it?

Helmut

Reply via email to