tools: always build mpc, now that older gcc versions have been eliminated, fixes #9642
SVN-Revision: 27363
This commit is contained in:
parent
289e2f2169
commit
3a983b98c9
|
@ -11,8 +11,7 @@ curdir:=tools
|
||||||
# subdirectories to descend into
|
# subdirectories to descend into
|
||||||
tools-y :=
|
tools-y :=
|
||||||
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN)$(CONFIG_GCC_LLVM),)
|
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN)$(CONFIG_GCC_LLVM),)
|
||||||
tools-y += gmp mpfr
|
tools-y += gmp mpfr mpc libelf
|
||||||
tools-$(CONFIG_GCC_VERSION_4_5) += mpc libelf
|
|
||||||
endif
|
endif
|
||||||
tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs
|
tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs
|
||||||
tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage
|
tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage
|
||||||
|
|
Loading…
Reference in New Issue