Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 3/4] Update otool completion



> 2023/08/23 13:00, Shohei YOSHIDA <syohex@xxxxxxxxx> wrote:

> +  '-arch[select the specified architecture from a universal file]:arch:(i386 x86_64 arm64)' \

On my MacBooks with M1 or M2 CPUs I need to use '-arch arm64e'
instead of '-arch arm64'. 'man arch' shows there is also x86_64h
for Haswell-compatible CPU. And -arch also accepts "all" to select
all architectures. So the list of possibilities would be
(i386 x86_64 x86_64h arm64 arm64e)





Messages sorted by: Reverse Date, Date, Thread, Author