summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-11-02 12:05:18 +0200
committerJoshua Colp <jcolp@digium.com>2016-11-28 08:00:43 -0500
commit0169b09bee6305f30c44cdaf994f7d164cca84ac (patch)
tree47e7d3a24fd927c23504e97f91e4f3e26ac97e93 /configure
parent40becc5c847cc8c527a82208883e1fc40ca4f3e4 (diff)
autoconf: more variants for OSARCH linux-gnu
There are quite a few odd GNU/Linux platforms. Just call all of them linux-gnu. Specifically this fixes building the Debian platforms mips64el and x32. And maybe also others. ASTERISK-26546 #close Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8a6de4805..6149b0e5c 100755
--- a/configure
+++ b/configure
@@ -4926,7 +4926,7 @@ case "${host_os}" in
OSARCH=cygwin
PBX_WINARCH=1
;;
- linux-gnueabi* | linux-gnuspe)
+ linux-gnu*)
OSARCH=linux-gnu
;;
linux-musl*)