summaryrefslogtreecommitdiffstats
path: root/deps/extra-cmake-modules/extra-cmake-modules.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'deps/extra-cmake-modules/extra-cmake-modules.SlackBuild')
-rwxr-xr-xdeps/extra-cmake-modules/extra-cmake-modules.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/extra-cmake-modules/extra-cmake-modules.SlackBuild b/deps/extra-cmake-modules/extra-cmake-modules.SlackBuild
index ff130d1..a75c626 100755
--- a/deps/extra-cmake-modules/extra-cmake-modules.SlackBuild
+++ b/deps/extra-cmake-modules/extra-cmake-modules.SlackBuild
@@ -31,7 +31,7 @@ NUMJOBS=${NUMJOBS:-" -j7 "}
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
i?86) ARCH=i486 ;;
- arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7lh ;;
+ arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$(uname -m) ;;
esac