diff options
author | Gustavo Zacarias | 2011-01-17 13:13:42 +0100 |
---|---|---|
committer | Peter Korsgaard | 2011-01-19 17:19:42 +0100 |
commit | 9bc58a42af830ecccfdb6c1d4f837356567c6386 (patch) | |
tree | 11aa5b45b1a9104b37ee18cffceb0bb61c82db75 /CHANGES | |
parent | busybox: add 1.18.2 fixes (diff) | |
download | buildroot-9bc58a42af830ecccfdb6c1d4f837356567c6386.tar.gz buildroot-9bc58a42af830ecccfdb6c1d4f837356567c6386.tar.xz buildroot-9bc58a42af830ecccfdb6c1d4f837356567c6386.zip |
toolchain: only fetch gcc/gmp/mpfr/mpc when using a buildroot toolchain
Closes #3103
gcc/gmp/mpfr/mpc are only needed when using an internal buildroot toolchain,
so only add them to HOST_SOURCE then.
Otherwise we get some nasty fetch error when doing "make source"
[Peter: add gmpc/mpfr/mpc and reword commit text]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ #2965: Broken linkage to xkbcomp (blocking X server startup) #2983: xlib_libX11 build failed #3007: kexec doesn't build: Missing regdef.h file + #3103: make external-deps wants to download gcc-.tar.bz2 when... #3109: abnormal `make busybox-menuconfig` 2010.11, Released November 30th, 2010: |