summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Korsgaard2010-02-25 17:27:50 +0100
committerPeter Korsgaard2010-02-25 17:27:50 +0100
commitf561763e9189d668001004f5a603738c1ba7ce7c (patch)
tree152c4c286eb988d8da5091385dbcd73b5b142784 /CHANGES
parentMerge branch 'gcc-target-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot (diff)
downloadbuildroot-f561763e9189d668001004f5a603738c1ba7ce7c.tar.gz
buildroot-f561763e9189d668001004f5a603738c1ba7ce7c.tar.xz
buildroot-f561763e9189d668001004f5a603738c1ba7ce7c.zip
gmp/mpfr: make sure host builds add source targets to HOST_SOURCE
Closes #1183. When gmp/mpfr is needed for the host (E.G. when using an internal toolchain), the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so make source / external-deps didn't handle them. Notice that we have the same issue with the new host package support, there we should probably use HOST_<package>_DEPENDENCIES for -source dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 402c9473f..4709fdfe5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@
Issues resolved (http://bugs.uclibc.org):
#165: openmotif does not build
+ #1183: make source fails to download gmp, mpfr and patches
2010.02-rc2, Released February 23th, 2010: