-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Make/Toolchain.defs: add the AR_EXTRACT command #16849
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
Conversation
@zdebanos seems like it broke some arch: avr32-ar: libboards.a: No such file or directory sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done |
oh, i absolutely forgot about this commit - i'll have a look at it |
Use this command to extract archives. Not all architectures are modified, only those commands I know or could be logically deducted from the rest were added. Signed-off-by: Stepan Pressl <[email protected]>
Use this command to extract archives.
Not all architectures are modified, only those commands I know or could be logically deducted from the rest were added.
Summary
A useful multiplatform variable to extract the archives. I plan to use it in this pull request: apache/nuttx-apps#3154, where I need to unpack all archives to create one big archive, containing all .o files.
I still need to add cmake support, and support for other architectures. The problem is I do not know the syntax of all the used commands, especially those proprietary ones for rare architectures.
Please let me know whether you agree with the name of this variable.