travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
46 stars 8 forks source link

Add user objcopy specification and general executable handling #64

Closed kquick closed 7 months ago

kquick commented 7 months ago

This is especially useful when build-bom is being used with a cross-compilation toolset, and thus the target ELF must be modified using the cross-compilation objcopy rather than the native objcopy.

This obsoletes #50.