-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix GnuPG cross-compile on rtd1296 and other ARM architectures #3449
Fix GnuPG cross-compile on rtd1296 and other ARM architectures #3449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contribution.
Please remove specific architecture codes by "group variables" which are: PPC_ARCHES
, ARM8_ARCHES
, you can find at https://github.com/SynoCommunity/spksrc/blob/master/mk/spksrc.common.mk#L35-L42
Done. Last commit removes specific arch and uses arch group variables |
* Fixed GnuPG dependencies cross-compile for arch-rtd1296 * Fix cross-compile on other ARM archs * Use arch group variables instead of specific arch
@ymartin59 what was this PR for? If really |
Hi @hgy59 and @ymartin59, Note that with this recent PR #4010 I might have fix this issue as I have updated much of the dependency list along with |
Yes, I meant crosscompile "for", sorry |
Motivation: Fix GnuPG package cross-compile on ARM architectures
The Makefile in three GnuPG dependencies didn't define the correct host and target to cross-compile on several ARM architectures (and maybe non-ARM also)
The affected libraries where: gmp, libgpg-error and nettle
This PR fixes the Makefiles to allow cross-compile on (hopefully) all archs
Checklist
all-supported
completed successfully