X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/61a70b4424b9b39b1a3d169fda794bf8413032e3..80f27f1a42c6c9eabbd838a6f50b33d2c7968e7a:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 71c0346a8..8a5f36c28 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -11,7 +11,7 @@ curdir:=tools # subdirectories to descend into 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 += m4 autoconf automake bison pkg-config sed mklibs tools-y += sstrip ipkg-utils genext2fs squashfs squashfs4 mtd-utils lzma-old mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 @@ -19,6 +19,11 @@ tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_powerpc) += dtc tools-dep += lzma +ifdef CONFIG_GCC_VERSION_4_4 + tools-y += ppl cloog + $(curdir)/cloog/compile := $(curdir)/ppl/install +endif + # builddir dependencies $(curdir)/pkg-config/compile := $(curdir)/sed/install $(curdir)/squashfs/compile := $(curdir)/lzma-old/install