summaryrefslogtreecommitdiffstats
path: root/system/nvidia-driver
diff options
context:
space:
mode:
author David Somero2010-06-04 07:16:16 +0200
committer David Somero2010-06-04 07:16:16 +0200
commit957d5368f4b4c6a015338fd4066e8bb2011bc44a (patch)
treea0e85ba45c241863fe33be052c1e3d190c1910f2 /system/nvidia-driver
parent7a24c1df4f70562d700a7a3879240175e0d4cca0 (diff)
downloadslackbuilds-957d5368f4b4c6a015338fd4066e8bb2011bc44a.tar.gz
system/nvidia-driver: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver')
-rw-r--r--system/nvidia-driver/nvidia-driver.SlackBuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/system/nvidia-driver/nvidia-driver.SlackBuild b/system/nvidia-driver/nvidia-driver.SlackBuild
index 549409f2d0..fa8039cb2f 100644
--- a/system/nvidia-driver/nvidia-driver.SlackBuild
+++ b/system/nvidia-driver/nvidia-driver.SlackBuild
@@ -26,10 +26,19 @@
PRGNAM=nvidia-driver
VERSION=195.36.15
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+# 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
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -44,6 +53,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
TARGET="x86_64"
LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
SRCNAM=NVIDIA-Linux-$TARGET-$VERSION-pkg0