aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-23 09:51:24 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-23 09:51:24 +0000
commit83656c28bb2e5bb67b9c78bdac78b2e700332fe9 (patch)
tree30cb117ff77e74af3e054eae981010d42d4f1217 /tools/Makefile
parent8b65143fd1fad9fe6d60509935cee4f7d86f4aaa (diff)
downloadupstream-83656c28bb2e5bb67b9c78bdac78b2e700332fe9.tar.gz
upstream-83656c28bb2e5bb67b9c78bdac78b2e700332fe9.tar.bz2
upstream-83656c28bb2e5bb67b9c78bdac78b2e700332fe9.zip
[toolchain] gcc-4.4.0 also needs mpfr and gmp to be built
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
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