Miscellany
public text v1 · immutableif [ "X$CUSTOMCFLAGS" = "X" ]; then
echo "No custom C flags for you"
else
SLKCFLAGS="$CUSTOMCFLAGS"
#So the same custom flags can be issued on 64 bit and 32 bit.
if [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="$SLKCFLAGS -fPIC"
LIBDIRSUFFIX="64"
fi
fi