mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
Consider linux-gnuspe as linux-gnu
* The powerpcspe Linux port uses linux-gnuspe as the OS string. * Our build system shouldn't really care for that, so just call it linux-gnu. * Original report: Roland Stigge , http://bugs.debian.org/701505 Review: https://reviewboard.asterisk.org/r/2357/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@382110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -172,7 +172,7 @@ case "${host_os}" in
|
|||||||
OSARCH=cygwin
|
OSARCH=cygwin
|
||||||
PBX_WINARCH=1
|
PBX_WINARCH=1
|
||||||
;;
|
;;
|
||||||
linux-gnueabi*)
|
linux-gnueabi* | linux-gnuspe)
|
||||||
OSARCH=linux-gnu
|
OSARCH=linux-gnu
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user