timet64 ABI change for ports architectures

Matthias Klose <[email protected]> Tue, 20 Feb 2024 05:09:23 +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]>
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