mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
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
This commit is contained in:
committed by
Joshua Colp
parent
5027b0d5e6
commit
bfb8c962c4
2
configure
vendored
2
configure
vendored
@@ -4895,7 +4895,7 @@ case "${host_os}" in
|
||||
OSARCH=cygwin
|
||||
PBX_WINARCH=1
|
||||
;;
|
||||
linux-gnueabi* | linux-gnuspe)
|
||||
linux-gnu*)
|
||||
OSARCH=linux-gnu
|
||||
;;
|
||||
kfreebsd*-gnu)
|
||||
|
@@ -178,7 +178,7 @@ case "${host_os}" in
|
||||
OSARCH=cygwin
|
||||
PBX_WINARCH=1
|
||||
;;
|
||||
linux-gnueabi* | linux-gnuspe)
|
||||
linux-gnu*)
|
||||
OSARCH=linux-gnu
|
||||
;;
|
||||
kfreebsd*-gnu)
|
||||
|
Reference in New Issue
Block a user