aboutsummaryrefslogtreecommitdiffstats
path: root/machine.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation for systems with mach/machine.hCameron Katri2022-04-041-7/+2
|
* Add support for `-arch arch_type` (#10)Cameron Katri2022-03-221-0/+455
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>