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/
........

Merged revisions 382110 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 382111 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@382113 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tzafrir Cohen
2013-02-26 20:05:02 +00:00
parent d33d9c1781
commit d6a6422880
2 changed files with 272 additions and 251 deletions

View File

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