if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
...

JRD wrote:I prefer to have both versions (x86 and x86_64, maybe others ?).
But like Gapan, I prefer to have firstly a good distro in x86 and then try to have it for x86_64.
Be careful, most softwares don't compile in x86_64 without patches ! So it may take a bit of work to compile in x86_64...
thenktor wrote: I don't think it is a big problem to lose support for old hardware.

.:B:. wrote:Every Intel processor from the Pentium II on is supported (also the Pentium Pro if I'm not mistaken) and for AMD everything from the K6-III on is i686. Anything before that is considered pretty exotic nowadays
...
I think it might be a good idea to put ISA support back in your kernel.
