[svn-commits] tzafrir: branch 1.8 r382087 - /branches/1.8/main/Makefile

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


Author: tzafrir
Date: Tue Feb 26 13:06:51 2013
New Revision: 382087

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382087
Log:
Remove unneeded linux-gnueabi*

As of r380520 the configure scripts converts the value of linux-gnueabi*
of OSARCH to "linux-gnu". So no point in testing for those values.

Modified:
    branches/1.8/main/Makefile

Modified: branches/1.8/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/Makefile?view=diff&rev=382087&r1=382086&r2=382087
==============================================================================
--- branches/1.8/main/Makefile (original)
+++ branches/1.8/main/Makefile Tue Feb 26 13:06:51 2013
@@ -31,7 +31,7 @@
 AST_LIBS += $(BKTR_LIB)
 AST_LIBS += $(LIBXML2_LIB) 
 
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi linux-gnueabihf ),)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc),)
   ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
   AST_LIBS+=-ldl
   endif




More information about the svn-commits mailing list