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

Tzafrir Cohen asteriskteam at digium.com
Wed Nov 2 05:12:31 CDT 2016


Tzafrir Cohen has uploaded a new change for review. ( https://gerrit.asterisk.org/4276 )

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/76/4276/1

diff --git a/configure b/configure
index af102b4..8ea92ce 100755
--- a/configure
+++ b/configure
@@ -4927,7 +4927,7 @@
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi* |  linux-gnuspe)
+     linux-gnu*)
      OSARCH=linux-gnu
      ;;
      linux-musl*)
diff --git a/configure.ac b/configure.ac
index 0f2148b..faca5df 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
      ;;
      linux-musl*)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Tzafrir Cohen <tzafrir.cohen at xorcom.com>



More information about the asterisk-code-review mailing list