From: Felix Fietkau Date: Sat, 2 Jul 2011 10:49:15 +0000 (+0000) Subject: tools: always build mpc, now that older gcc versions have been eliminated, fixes... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=4bb0dc8d164568a55f4638f030b7204591196c7a tools: always build mpc, now that older gcc versions have been eliminated, fixes #9642 SVN-Revision: 27363 --- diff --git a/tools/Makefile b/tools/Makefile index aff6ea8e19..413704d759 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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