Re: timet64 ABI change for ports architectures

Matthias Klose <[email protected]> Thu, 22 Feb 2024 19:49:37 +0100
Newsgroups gmane.linux.debian.devel.gcc,gmane.linux.debian.ports.arm,gmane.linux.debian.ports.68k,gmane.linux.debian.ports.hppa,gmane.linux.debian.ports.hurd,gmane.linux.debian.ports.powerpc,gmane.linux.debian.ports.superh
Message-ID <[email protected]>
[resending to debian-ports, I didn't see this mail in the mail archives 
for the architectures]

probematic arch currently is hppa, where both gcc-13 and gcc-14 builds 
are ftbfs. see the logs from experimental.

On 20.02.24 05:09, Matthias Klose wrote:
> We'll hard-code the -D_TIME_BITS=64 setting in GCC on all 32bit release 
> architectures except for i386 (that is only armhf), and for all other 
> ports architectures by default.  If you don't want that change for the 
> port, please tell it now (until Friday, Feb 23).
> 
> That would include the architectures
> 
> armhf
> armel
> hppa
> m68k
> powerpc
> sh4
> 
> For the powerpc multilib m64, I'll make sure to not emit that flag by 
> default. The other architectures are no multilib architectures.
> 
> Matthias