diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-23 09:51:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-23 09:51:24 +0000 |
commit | 7a0c00a0116567a08ec65d069e911f9921270f91 (patch) | |
tree | 7905a3ba27d2a617395880244173d6e5792fc091 | |
parent | e15ca560241fdf6a10bd68d53118480e3b6e76f8 (diff) | |
download | upstream-7a0c00a0116567a08ec65d069e911f9921270f91.tar.gz upstream-7a0c00a0116567a08ec65d069e911f9921270f91.tar.bz2 upstream-7a0c00a0116567a08ec65d069e911f9921270f91.zip |
gcc-4.4.0 also needs mpfr and gmp to be built
SVN-Revision: 15346
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index ef64dc0e94..2f11670dc5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,7 +13,7 @@ tools-y := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmw tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_powerpc) += dtc -tools-$(CONFIG_GCC_VERSION_4_3) += gmp mpfr +tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |