[Asterisk-code-review] autoconf: more variants for OSARCH linux-gnu (asterisk[13])

Joshua Colp asteriskteam at digium.com
Mon Nov 28 07:01:02 CST 2016


Joshua Colp has uploaded a new change for review. ( https://gerrit.asterisk.org/4500 )

Change subject: autoconf: more variants for OSARCH linux-gnu
......................................................................

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
---
M configure
M configure.ac
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/00/4500/1

diff --git a/configure b/configure
index 69f8c0e..1f329a4 100755
--- a/configure
+++ b/configure
@@ -4895,7 +4895,7 @@
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi* |  linux-gnuspe)
+     linux-gnu*)
      OSARCH=linux-gnu
      ;;
      kfreebsd*-gnu)
diff --git a/configure.ac b/configure.ac
index 1aedf2a..82ebbc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi* |  linux-gnuspe)
+     linux-gnu*)
      OSARCH=linux-gnu
      ;;
      kfreebsd*-gnu)

-- 
To view, visit https://gerrit.asterisk.org/4500
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>



More information about the asterisk-code-review mailing list