Bug 2857 - OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
Summary: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 18:34 UTC by Marcelo Roberto Jimenez
Modified: 2010-11-27 21:40 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to fix the missing OBJDUMP definition issue. (876 bytes, patch)
2010-11-25 18:34 UTC, Marcelo Roberto Jimenez
Details

Note You need to log in before you can comment on or make changes to this bug.
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.