]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unneeded linux-gnueabi*
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 26 Feb 2013 19:06:51 +0000 (19:06 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 26 Feb 2013 19:06:51 +0000 (19:06 +0000)
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.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@382087 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/Makefile

index e877c7d9e788bb4d59f6e55e19a2f1d0fccc3b59..b0eb72dd3cd478471176586e23673d4a40419c60 100644 (file)
@@ -31,7 +31,7 @@ AST_LIBS += $(OPENSSL_LIB)
 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