summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvlc2/build/vlc2.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/vlc2/build/vlc2.SlackBuild b/vlc2/build/vlc2.SlackBuild
index b5ef1bba..7ce0b23d 100755
--- a/vlc2/build/vlc2.SlackBuild
+++ b/vlc2/build/vlc2.SlackBuild
@@ -509,7 +509,7 @@ NUMJOBS=${NUMJOBS:--j7} # Number of parallel jobs for the compiler
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
armv7hl) export ARCH=$MARCH ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs: