From: Tzafrir Cohen Date: Wed, 2 Nov 2016 10:05:18 +0000 (+0200) Subject: autoconf: more variants for OSARCH linux-gnu X-Git-Tag: 14.3.0-rc1~94^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0169b09bee6305f30c44cdaf994f7d164cca84ac;p=thirdparty%2Fasterisk.git 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 --- diff --git a/configure b/configure index 8a6de48052..6149b0e5cb 100755 --- a/configure +++ b/configure @@ -4926,7 +4926,7 @@ case "${host_os}" in 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 0016f68464..11cc3e19c1 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 ;; linux-musl*)