From bfb8c962c4485815a1e0552113408738fff30eb2 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 2 Nov 2016 12:05:18 +0200 Subject: [PATCH] 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 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 69f8c0eac2..1f329a4e70 100755 --- a/configure +++ b/configure @@ -4895,7 +4895,7 @@ case "${host_os}" in 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 1aedf2afad..82ebbc1c03 100644 --- a/configure.ac +++ b/configure.ac @@ -178,7 +178,7 @@ case "${host_os}" in OSARCH=cygwin PBX_WINARCH=1 ;; - linux-gnueabi* | linux-gnuspe) + linux-gnu*) OSARCH=linux-gnu ;; kfreebsd*-gnu) -- 2.47.2