]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
autoconf: more variants for OSARCH linux-gnu 99/4499/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:00:43 +0000 (08:00 -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 8a6de48052d46328b60b16011b0946a132d43933..6149b0e5cb803a0a4a7797aa57099fe6f99eeddd 100755 (executable)
--- 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*)
index 0016f684648024721c876aae1061c667dbccf7ea..11cc3e19c1c3ddf7178622a98be58e719e38dfbd 100644 (file)
@@ -178,7 +178,7 @@ case "${host_os}" in
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi* |  linux-gnuspe)
+     linux-gnu*)
      OSARCH=linux-gnu
      ;;
      linux-musl*)