[svn-commits] tzafrir: branch 1.8 r382110 - in /branches/1.8: configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 26 13:37:37 CST 2013


Author: tzafrir
Date: Tue Feb 26 13:37:33 2013
New Revision: 382110

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382110
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/

Modified:
    branches/1.8/configure
    branches/1.8/configure.ac

Modified: branches/1.8/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configure.ac?view=diff&rev=382110&r1=382109&r2=382110
==============================================================================
--- branches/1.8/configure.ac (original)
+++ branches/1.8/configure.ac Tue Feb 26 13:37:33 2013
@@ -172,7 +172,7 @@
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi*)
+     linux-gnueabi* |  linux-gnuspe)
      OSARCH=linux-gnu
      ;;
      *)




More information about the svn-commits mailing list