diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:58:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:25 +0700 |
commit | aa6311ab489b678cdcfda07af96d424c032ac12c (patch) | |
tree | 850a7c2cfbe6c9fa0fe9a5da4317e7aef12ca523 /haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild | |
parent | a36f4cd9a50d11f3ced70aabd4ac26b14a1649ef (diff) | |
download | slackbuilds-aa6311ab489b678cdcfda07af96d424c032ac12c.tar.gz |
haskell/haskell-hashed-storage: Updated for version 0.5.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild')
-rw-r--r-- | haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild index 68ab25cdcc..0b7653f713 100644 --- a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild +++ b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for hashed-storage +# Slackware build script for haskell-hashed-storage # Copyright 2015 Mikko Värri, Finland +# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -33,7 +34,7 @@ GHC_VERSION=$(ghc --numeric-version) if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -44,8 +45,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" |