]> git.cameronkatri.com Git - ldid.git/commit
Add support for `-arch arch_type` (#10)
authorCameron Katri <me@cameronkatri.com>
Tue, 22 Mar 2022 12:44:59 +0000 (08:44 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 12:44:59 +0000 (08:44 -0400)
commit3af74ef52e975717593db0916c3c8f15e06fc7f0
tree3ecb8538ad5567bdca2d7959ffbfdc93cc33b647
parentfc4657fe12a6063ba86dfd67270607d64cbbac18
Add support for `-arch arch_type` (#10)

This is identical to -A except that it uses the name of the arch not the
values of the CPU_TYPE/CPU_SUBTYPE.

This makes ldid more compatible with Apple's CC tools where this flag is used extensively.

Co-authored-by: Nick Chan <towinchenmi@gmail.com>
docs/ldid.1
docs/ldid.zh_CN.1
docs/ldid.zh_TW.1
ldid.cpp
machine.h [new file with mode: 0644]