summaryrefslogtreecommitdiffstats
path: root/development/ecl/ecl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ecl/ecl.SlackBuild')
-rw-r--r--development/ecl/ecl.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/development/ecl/ecl.SlackBuild b/development/ecl/ecl.SlackBuild
index 3828151a5c..6b27382098 100644
--- a/development/ecl/ecl.SlackBuild
+++ b/development/ecl/ecl.SlackBuild
@@ -26,12 +26,10 @@ TAG=${TAG:-_SBo}
DOCS="ANNOUNCEMENT INSTALL README.1st Copyright LGPL"
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi