]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unneeded linux-gnueabi*
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 26 Feb 2013 19:19:51 +0000 (19:19 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 26 Feb 2013 19:19:51 +0000 (19:19 +0000)
As of r380521 the configure scripts converts the value of linux-gnueabi*
of OSARCH to "linux-gnu". So no point in testing for those values.
........

Merged revisions 382087 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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

main/Makefile

index 92d4477b63263582cec4a500ffdf34195138337d..07829fe377f22216feaf227298f3cb393bdc21ab 100644 (file)
@@ -36,7 +36,7 @@ AST_LIBS+=$(LIBXML2_LIB)
 AST_LIBS+=$(SQLITE3_LIB)
 AST_LIBS+=$(ASTSSL_LIBS)
 
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi kfreebsd-gnu linux-gnueabihf),)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc kfreebsd-gnu),)
   ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
   AST_LIBS+=-ldl
   endif