summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 22:50:45 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 22:50:45 +0200
commita8bdfefc15187360b82345ceb79c2128f2c07c67 (patch)
tree5b6ea9b84195a2768151e0911a884b47553dea27 /tools
parent462c281455b9337cd6be16c650d2e25bc832682d (diff)
downloadmtk-20170518-a8bdfefc15187360b82345ceb79c2128f2c07c67.zip
mtk-20170518-a8bdfefc15187360b82345ceb79c2128f2c07c67.tar.gz
mtk-20170518-a8bdfefc15187360b82345ceb79c2128f2c07c67.tar.bz2
build & release : downgrade to Barrier Breaker
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile4
-rw-r--r--tools/flex/Makefile1
-rw-r--r--tools/lzma/Makefile1
-rw-r--r--tools/mkimage/Makefile4
4 files changed, 7 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 75d2b0d..13bb028 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -44,7 +44,7 @@ tools-$(CONFIG_USE_SPARSE) += sparse
$(curdir)/bison/compile := $(curdir)/flex/install
$(curdir)/flex/compile := $(curdir)/automake/install
$(curdir)/pkg-config/compile := $(curdir)/sed/install
-$(curdir)/libtool/compile := $(curdir)/sed/install
+$(curdir)/libtool/compile := $(curdir)/sed/install $(curdir)/m4/install
$(curdir)/squashfs/compile := $(curdir)/lzma-old/install
$(curdir)/squashfs4/compile := $(curdir)/xz/install
$(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/autoconf/install $(curdir)/findutils/install
@@ -71,6 +71,8 @@ $(curdir)/sdcc/compile := $(curdir)/bison/install
$(curdir)/b43-tools/compile := $(curdir)/bison/install
$(curdir)/padjffs2/compile := $(curdir)/findutils/install
$(curdir)/cloog/compile := $(curdir)/ppl/install
+$(curdir)/bc/compile := $(curdir)/bison/install
+$(curdir)/findutils/compile := $(curdir)/bison/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
diff --git a/tools/flex/Makefile b/tools/flex/Makefile
index d949d4b..90082df 100644
--- a/tools/flex/Makefile
+++ b/tools/flex/Makefile
@@ -18,6 +18,7 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
+HOST_CONFIGURE_ARGS += --disable-shared
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
define Host/Clean
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile
index 6e01051..716367a 100644
--- a/tools/lzma/Makefile
+++ b/tools/lzma/Makefile
@@ -28,6 +28,7 @@ endef
define Host/Install
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
$(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma
+ $(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma_alone
endef
define Host/Clean
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index 49eb261..47e918a 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2014.07
+PKG_VERSION:=2014.04
PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot
-PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e
+PKG_MD5SUM:=6d2116d1385a66e9a59742caa9d62a54
PKG_CAT:=bzcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)