1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:04:32 +03:00

[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
This commit is contained in:
florian 2009-04-23 09:51:24 +00:00
parent 8a4b9a56af
commit b6a8ee779e

View File

@ -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