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

George Joseph asteriskteam at digium.com
Mon Nov 28 14:39:40 CST 2016


George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/4499 )

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(-)

Approvals:
  George Joseph: Looks good to me, approved
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, but someone else must approve



diff --git a/configure b/configure
index 8a6de48..6149b0e 100755
--- a/configure
+++ b/configure
@@ -4926,7 +4926,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 0016f68..11cc3e1 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/4499
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>



More information about the asterisk-code-review mailing list