aboutsummaryrefslogtreecommitdiff
path: root/python/python3-sge/python3-sge.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-sge/python3-sge.SlackBuild')
-rw-r--r--python/python3-sge/python3-sge.SlackBuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/python/python3-sge/python3-sge.SlackBuild b/python/python3-sge/python3-sge.SlackBuild
index b8fef544ef..9085021f26 100644
--- a/python/python3-sge/python3-sge.SlackBuild
+++ b/python/python3-sge/python3-sge.SlackBuild
@@ -31,20 +31,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
SRCNAM=sge