X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/591fe5e8c5b1e941c55ae954fd4149d706b24a97..fdf809afd78285ee2c9bbf7bc9c52ba4ead7efbc:/tools/Makefile?ds=sidebyside diff --git a/tools/Makefile b/tools/Makefile index 72a25b5b0..19ee45334 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,14 +9,17 @@ curdir:=tools # subdirectories to descend into -tools-y := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config m4 autoconf automake bison quilt yaffs2 +tools-y := +tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr +tools-y += m4 autoconf automake bison pkg-config sed +tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma-old mkimage +tools-y += firmware-utils patch-cmdline quilt yaffs2 tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_powerpc) += dtc -tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr # builddir dependencies -$(curdir)/squashfs/compile := $(curdir)/lzma/install +$(curdir)/squashfs/compile := $(curdir)/lzma-old/install $(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/dtc/compile := $(curdir)/bison/install $(curdir)/autoconf/compile := $(curdir)/m4/install