--- KDE.options 2008-08-26 01:24:40.000000000 -0400 +++ KDE.options.s390x 2009-07-01 20:56:03.000000000 -0400 @@ -22,8 +22,8 @@ export TARGET=i486 elif [ "$ARCH" = "i486" ]; then export TARGET=i486 - elif [ "$ARCH" = "s390" ]; then - export TARGET=s390 + elif [ "$ARCH" = "s390x" ]; then + export TARGET=s390x elif [ "$ARCH" = "x86_64" ]; then export TARGET=x86_64 fi @@ -35,7 +35,7 @@ export CPUOPT="-O2 -march=i386 -mcpu=i686" elif [ "$ARCH" = "i486" ]; then export CPUOPT="-O2 -march=i486 -mtune=i686" - elif [ "$ARCH" = "s390" ]; then + elif [ "$ARCH" = "s390x" ]; then export CPUOPT="-O2" elif [ "$ARCH" = "x86_64" ]; then export CPUOPT="-O2"