#1085492 libprelude: symbol mismatches for a number of exotic 32bit architectures

#1085492#5
Date:
2024-10-19 16:50:53 UTC
From:
To:
libprelude fails to build from source for a number of exotic 32bit
architectures, because the symbols file enumerates 32bit architectures
for time64. This is not a good approach as it requires frequent symbol
updates. Instead I propose matching on arch-bits and handling the
outlier i386 separately. I'm attaching a patch that makes the time64
aspects work in an architecture-generic way.

Helmut