diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-07 16:57:37 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:30 +0000 |
commit | 27f68b54bea37fd3e418b6e7909097978828188d (patch) | |
tree | abf52f92839597cc3758898f23a4377726ed6c80 /python | |
parent | 3a464f7a3efeaeab620bdb603ef64214c11ca6cd (diff) | |
download | slackbuilds-27f68b54bea37fd3e418b6e7909097978828188d.tar.gz |
python/enzyme: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/enzyme/enzyme.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/enzyme/enzyme.SlackBuild b/python/enzyme/enzyme.SlackBuild index 8221373b29..706874ba31 100644 --- a/python/enzyme/enzyme.SlackBuild +++ b/python/enzyme/enzyme.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for enzyme -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ 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" |