-
Notifications
You must be signed in to change notification settings - Fork 169
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 wholearchive responsefile support #458
base: master
Are you sure you want to change the base?
Makefile wholearchive responsefile support #458
Conversation
This fixes issues with many objects yielding a command line too long.
On second thought, I think it would be easier to just review and merge this PR instead of the 2. |
This reverts commit 66f9284.
- depend on libdeps - iterate over lddeps to write responsefile This conserves the order of dependency
16a45a9
to
ad9cb41
Compare
I'm still testing, but I think I have a fix for the issue raised by @rhoot. |
ad9cb41
to
23e33e1
Compare
So, I finished testing this (by building my work project for Android), and it works. @rhoot Could you please review this again? Thanks. |
Hey @bkaradzic and @rhoot, Especially if there are things to fix or improve, I'd like to get feedback about them. |
Happy thanksgiving. |
Yeah waiting for @rhoot to review it... |
Hi,
this is the PR for the follow up changes to #456 I mentioned in the latter's PR.
This PR adds handling of wholearchive libs with responsefiles.
(Simply said, I had to link several libs as wholearchive for Android, and ran into this self-created bug).
The actual changes from this PR starts after b5a3826, the part before being the previous work to be as #456.
Cheers.
CC @rhoot for review as well, please.