| Summary: | OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Marcelo Roberto Jimenez <mroberto> |
| Component: | Other | Assignee: | 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. | ||
Thanks, committed. |
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.