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
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