Merge "autoconf: more variants for OSARCH linux-gnu" into 14

This commit is contained in:
George Joseph
2016-11-28 14:39:40 -06:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -4926,7 +4926,7 @@ case "${host_os}" in
OSARCH=cygwin
PBX_WINARCH=1
;;
linux-gnueabi* | linux-gnuspe)
linux-gnu*)
OSARCH=linux-gnu
;;
linux-musl*)

View File

@@ -178,7 +178,7 @@ case "${host_os}" in
OSARCH=cygwin
PBX_WINARCH=1
;;
linux-gnueabi* | linux-gnuspe)
linux-gnu*)
OSARCH=linux-gnu
;;
linux-musl*)