uclibc: uclibc-menuconfig: don't depend on gcc/binutils
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 18 Jul 2013 09:25:49 +0000 (11:25 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 18 Jul 2013 10:18:16 +0000 (12:18 +0200)
commite1ba6ef59579d28be7bbef030cfe138011135d13
tree777a99ef69b54b0533ab2763c08b2b8c38fa68b2
parent79310d327586619866a672fbaecc5682a33a0937
uclibc: uclibc-menuconfig: don't depend on gcc/binutils

With the move of uclibc to package/uclibc, the uclibc-menuconfig target now
depends on uclibc-configure, which brings in the build of
binutils/gcc-initial/mpfr/gmp, causing it to take ages with a clean tree.

Fix it by moving the basic .config mangling to the patch step, and depend
on that for menuconfig instead.

Notice that this is broken for _OVERRIDE_SRCDIR users, just like for
busybox, but as that is presumably a small subset of the buildroot
user base (and these advanced users can just run menuconfig in their
local uClibc tree), so this is considered the lesser evil of the two.

The proposed out-of-tree build series will also cause problems with
this.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/uclibc/uclibc.mk