summaryrefslogtreecommitdiffstats
path: root/source.local/l/pango/update-pango-querymodules
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/l/pango/update-pango-querymodules')
-rw-r--r--source.local/l/pango/update-pango-querymodules6
1 files changed, 4 insertions, 2 deletions
diff --git a/source.local/l/pango/update-pango-querymodules b/source.local/l/pango/update-pango-querymodules
index c330d6b..59c747b 100644
--- a/source.local/l/pango/update-pango-querymodules
+++ b/source.local/l/pango/update-pango-querymodules
@@ -8,8 +8,10 @@ host=$(uname -m)-slackware-linux
# Fix $host for arm arch:
case "$host" in
- armv7hl*) host=armv7hl-slackware-linux-gnueabi ;;
- arm*) host=arm-slackware-linux-gnueabi ;;
+ armv7l*) hostqq=armv7l-slackware-linux-gnueabi
+ readelf /usr/bin/file -A | grep -q "Tag_FP_arch" && host=armv7hl-slackware-linux-gnueabi
+ ;;
+ arm*) host=arm-slackware-linux-gnueabi ;;
esac
# Deriving /etc/pango/$host location