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
changes/78/78/1
Tzafrir Cohen 12 years ago
parent d33d9c1781
commit d6a6422880

535
configure vendored

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save