Bug 2857

Summary: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
Product: buildroot Reporter: Marcelo Roberto Jimenez <mroberto>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot, mroberto
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to fix the missing OBJDUMP definition issue.

Description Marcelo Roberto Jimenez 2010-11-25 18:34:54 UTC
Created attachment 2737 [details]
Patch to fix the missing OBJDUMP definition issue.

The OBJDUMP was missing from TARGET_CONFIGURE_OPTS.

In my case, I had problems when installing a package of my own that had a linux kernel module. The call to objdump would fail.

This patch adds it to the proper place in package/Makefile.in.
Comment 1 Peter Korsgaard 2010-11-27 21:40:34 UTC
Thanks, committed.