[asterisk-commits] autoconf: more variants for OSARCH linux-gnu (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 28 11:33:48 CST 2016
Joshua Colp has submitted this change and it was merged. ( 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(-)
Approvals:
Mark Michelson: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Anonymous Coward #1000019: Verified
Corey Farrell: Looks good to me, but someone else must approve
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: merged
Gerrit-Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list