Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: Honor LDFLAGS variable #4

Merged
merged 1 commit into from
Sep 30, 2016
Merged

Makefile: Honor LDFLAGS variable #4

merged 1 commit into from
Sep 30, 2016

Conversation

MikeLooijmans
Copy link
Contributor

Passing $(LDFLAGS) to the linker is important for cross-compile environments.
OpenEmbedded builds will display QA errors like this:
... QA Issue: No GNU_HASH in the elf binary ... [ldflags]

Signed-off-by: Mike Looijmans [email protected]

Passing $(LDFLAGS) to the linker is important for cross-compile environments.
OpenEmbedded builds will display QA errors like this:
... QA Issue: No GNU_HASH in the elf binary ... [ldflags]

Signed-off-by: Mike Looijmans <[email protected]>
@wkz wkz merged commit 3149bfd into wkz:master Sep 30, 2016
@wkz
Copy link
Owner

wkz commented Sep 30, 2016

Thanks, I should probably take the time to transition to using autotools for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants