From: Tzafrir Cohen Date: Tue, 26 Feb 2013 19:06:51 +0000 (+0000) Subject: Remove unneeded linux-gnueabi* X-Git-Tag: 1.8.22.0-rc1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee4d92bb6babe73d1b6cfa55638238c8d3419b48;p=thirdparty%2Fasterisk.git 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@382087 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/Makefile b/main/Makefile index e877c7d9e7..b0eb72dd3c 100644 --- a/main/Makefile +++ b/main/Makefile @@ -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