Make/Toolchain.defs: add the AR_EXTRACT command#16849
Make/Toolchain.defs: add the AR_EXTRACT command#16849xiaoxiang781216 merged 1 commit intoapache:masterfrom
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 <pressl.stepan@gmail.com>
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.