summaryrefslogtreecommitdiff
path: root/package/brutefir
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-15 20:21:06 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-15 20:21:22 +0200
commit1ad6f2cd4f4b4643aa0c7c39fd512cf1a8152815 (patch)
tree2808c8b10916dabcd5d61ce482f872717d25cf19 /package/brutefir
parent616558f6a4d1a69a47e1d93da1c964c46159bda7 (diff)
fix some errors on non-verbose download target
Diffstat (limited to 'package/brutefir')
-rw-r--r--package/brutefir/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/brutefir/Makefile b/package/brutefir/Makefile
index 6ce46c7b3..0b181a915 100644
--- a/package/brutefir/Makefile
+++ b/package/brutefir/Makefile
@@ -16,12 +16,11 @@ PKG_SITES:= http://www.ludd.luth.se/~torger/files/
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
-MAKE_ENV+= FLEX=$(STAGING_HOST_DIR)/usr/bin/flex UNAME_M=$(ADK_TARGET_ARCH)
-
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,BRUTEFIR,brutefir,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
+CONFIG_STYLE= manual
ifeq ($(ADK_TARGET_CPU_WITH_SSE2),y)
TARGET_CFLAGS+= -msse2
else
@@ -30,11 +29,10 @@ TARGET_CFLAGS+= -msse
endif
endif
-GCCPATH:= $(subst libgcc.a,,$(shell $(TARGET_CC) -print-libgcc-file-name))
+MAKE_ENV+= FLEX=$(STAGING_HOST_DIR)/usr/bin/flex UNAME_M=$(ADK_TARGET_ARCH)
+GCCPATH:= $(subst libgcc.a,,$(shell $(TARGET_CC) -print-libgcc-file-name 2>/dev/null))
XAKE_FLAGS+= LIBPATHS="-L$(GCCPATH)"
-CONFIG_STYLE= manual
-
brutefir-install:
$(INSTALL_DIR) $(IDIR_BRUTEFIR)/usr/bin
$(INSTALL_DIR) $(IDIR_BRUTEFIR)/usr/lib