Skip to content
Snippets Groups Projects
Commit 3a983b98 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

tools: always build mpc, now that older gcc versions have been eliminated, fixes #9642

SVN-Revision: 27363
parent 289e2f21
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,7 @@ curdir:=tools
# subdirectories to descend into
tools-y :=
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN)$(CONFIG_GCC_LLVM),)
tools-y += gmp mpfr
tools-$(CONFIG_GCC_VERSION_4_5) += mpc libelf
tools-y += gmp mpfr mpc libelf
endif
tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs
tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment