]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
autoconf: more variants for OSARCH linux-gnu 00/4500/1
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Wed, 2 Nov 2016 10:05:18 +0000 (12:05 +0200)
committerJoshua Colp <jcolp@digium.com>
Mon, 28 Nov 2016 13:01:01 +0000 (08:01 -0500)
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

configure
configure.ac

index 69f8c0eac2dacb8526183a407ee70ee043d08e16..1f329a4e70dca6761ad8e3e425303b2766b9839d 100755 (executable)
--- a/configure
+++ b/configure
@@ -4895,7 +4895,7 @@ case "${host_os}" in
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi* |  linux-gnuspe)
+     linux-gnu*)
      OSARCH=linux-gnu
      ;;
      kfreebsd*-gnu)
index 1aedf2afadf1db05751a984d6600e0c4812add6a..82ebbc1c036cfd095b1dcf39f523c57bd5aa3a80 100644 (file)
@@ -178,7 +178,7 @@ case "${host_os}" in
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi* |  linux-gnuspe)
+     linux-gnu*)
      OSARCH=linux-gnu
      ;;
      kfreebsd*-gnu)