On Fri, 2026-06-19 at 08:08 +0000, Baesken, Matthias wrote: > Hello, we still have in platform.m4 handling for old CPUs like > > > alpha*) > VAR_CPU=alpha > VAR_CPU_ARCH=alpha > VAR_CPU_BITS=64 > VAR_CPU_ENDIAN=little > ;; > > sparc) > VAR_CPU=sparc > VAR_CPU_ARCH=sparc > VAR_CPU_BITS=32 > VAR_CPU_ENDIAN=big > ;; > sparcv9|sparc64) > VAR_CPU=sparcv9 > VAR_CPU_ARCH=sparc > VAR_CPU_BITS=64 > VAR_CPU_ENDIAN=big > ;; > sparc) > VAR_CPU=sparc > VAR_CPU_ARCH=sparc > VAR_CPU_BITS=32 > VAR_CPU_ENDIAN=big > ;; > > Is this still needed ?
I suppose some of those are still needed for Zero builds on some exotic architectures? Thanks, Severin
