[asterisk-commits] autoconf: more variants for OSARCH linux-gnu (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 28 14:38:55 CST 2016
Anonymous Coward #1000019 has submitted this change and it was merged. ( 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(-)
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 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: merged
Gerrit-Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
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-commits
mailing list