From bcfc94e097dde782d6a540925e2387d7d46ea043 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 7 Sep 2016 06:25:54 +0700 Subject: system/phoronix-test-suite: Updated for version 6.6.0. Signed-off-by: Willy Sudiarto Raharjo --- system/phoronix-test-suite/phoronix-test-suite.SlackBuild | 8 ++++---- system/phoronix-test-suite/phoronix-test-suite.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'system/phoronix-test-suite') diff --git a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild index 5632c632c0..b69ddfd1bb 100644 --- a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild +++ b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=phoronix-test-suite -VERSION=${VERSION:-6.4.0} +VERSION=${VERSION:-6.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/system/phoronix-test-suite/phoronix-test-suite.info b/system/phoronix-test-suite/phoronix-test-suite.info index 7d43d1010c..eda1292d33 100644 --- a/system/phoronix-test-suite/phoronix-test-suite.info +++ b/system/phoronix-test-suite/phoronix-test-suite.info @@ -1,8 +1,8 @@ PRGNAM="phoronix-test-suite" -VERSION="6.4.0" +VERSION="6.6.0" HOMEPAGE="http://phoronix-test-suite.com/" -DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-6.4.0.tar.gz" -MD5SUM="5c745b8dbf0b6732993f800ce6b20a17" +DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-6.6.0.tar.gz" +MD5SUM="a201ad26a3e64ab3edbcc13274a51328" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3