if [ "$ARCH" = "alpha" ]; then
  SLKCFLAGS="-O2 -mcpu=ev6 -mtune=ev67"
elif [ "$ARCH" = "s390" ]; then
  SLKCFLAGS="-O2"
fi
