[asterisk-commits] tzafrir: trunk r382113 - in /trunk: ./ configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 26 14:05:06 CST 2013
Author: tzafrir
Date: Tue Feb 26 14:05:02 2013
New Revision: 382113
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382113
Log:
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
Modified:
trunk/ (props changed)
trunk/configure
trunk/configure.ac
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/configure.ac
URL: http://svnview.digium.com/svn/asterisk/trunk/configure.ac?view=diff&rev=382113&r1=382112&r2=382113
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Feb 26 14:05:02 2013
@@ -178,7 +178,7 @@
OSARCH=cygwin
PBX_WINARCH=1
;;
- linux-gnueabi*)
+ linux-gnueabi* | linux-gnuspe)
OSARCH=linux-gnu
;;
kfreebsd*-gnu)
More information about the asterisk-commits
mailing list