summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMarcelo Roberto Jimenez2010-11-25 18:38:31 +0100
committerPeter Korsgaard2010-11-27 22:36:28 +0100
commit1fbd9ef8132c250d3f4c2e575cdc99a08f73d090 (patch)
treeb4e0da3f8e602e3f33458dbe154632ea8b3e3e15 /CHANGES
parenttoolchain/crosstool-NG: use RPC option (diff)
downloadbuildroot-1fbd9ef8132c250d3f4c2e575cdc99a08f73d090.tar.gz
buildroot-1fbd9ef8132c250d3f4c2e575cdc99a08f73d090.tar.xz
buildroot-1fbd9ef8132c250d3f4c2e575cdc99a08f73d090.zip
package/Makefile.in: Add OBJDUMP=$(TARGET_OBJDUMP) to TARGET_CONFIGURE_OPTS
Closes #2857 The OBJDUMP was missing from TARGET_CONFIGURE_OPTS, this patch adds it to the proper place in package/Makefile.in. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cb1daff5d..87056ed27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
2010.11, Not yet released:
- Fixes all over the tree.
+ Fixes all over the tree.
Updated/fixed packages: qt, xserver-xorg
+ Issues resolved (http://bugs.uclibc.org):
+
+ #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
+
2010.11-rc2, Released November 25th, 2010:
Fixes all over the tree.