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>
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.
RANLIB="$(TARGET_RANLIB)" \
STRIP="$(TARGET_STRIP)" \
OBJCOPY="$(TARGET_OBJCOPY)" \
+ OBJDUMP="$(TARGET_OBJDUMP)" \
AR_FOR_BUILD="$(HOSTAR)" \
AS_FOR_BUILD="$(HOSTAS)" \
CC_FOR_BUILD="$(HOSTCC)" \