gcc-4.4.0 also needs mpfr and gmp to be built
SVN-Revision: 15346
This commit is contained in:
parent
e15ca56024
commit
7a0c00a011
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue