-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
When cctools is configured to target powerpc-apple-darwin, as assembles powerpc assembly without issue, but ld will not link it.
chrisnonyminus@DESKTOP-JLMSNKL:~/test/helloworld$ powerpc-apple-darwin-ld a.out -o test -arch ppc
ld: unknown/unsupported architecture name for: -arch ppc
chrisnonyminus@DESKTOP-JLMSNKL:~/test/helloworld$ powerpc-apple-darwin-ld -v
@(#)PROGRAM:ld PROJECT:ld64-609
BUILD 17:46:02 Mar 3 2022
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
LTO support using: LLVM version 10.0.0 (static support for 26, runtime is 26)```
Deledrius
Metadata
Metadata
Assignees
Labels
No labels