diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-02 10:49:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-02 10:49:15 +0000 |
commit | f8b69809e45edad04a2bec6d128198a5cbfd749f (patch) | |
tree | 6df78966464fa97637b385b932d5ff477b6ec2d7 /tools/Makefile | |
parent | 6ee23701f2b114abaca7c05c2468333abcae151f (diff) |
tools: always build mpc, now that older gcc versions have been eliminated, fixes #9642
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27363 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index aff6ea8e1..413704d75 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 |