This commit is contained in:
Thomas Pöchtrager 2020-08-18 12:41:05 +02:00 committed by GitHub
parent ec2abd91f2
commit acb4328167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ The goal of OSXCross is to provide a well working macOS cross toolchain for
OSXCross works **on** `x86`, `x86_64`, `arm` and `AArch64`/`arm64`, OSXCross works **on** `x86`, `x86_64`, `arm` and `AArch64`/`arm64`,
and is able to **target** `arm64`, `arm64e`, `x86_64`, `x86_64h` and `i386`. and is able to **target** `arm64`, `arm64e`, `x86_64`, `x86_64h` and `i386`.
`arm64` requires macOS 12 SDK (or later). `arm64` requires macOS 11.0 SDK (or later).
`arm64e` [requires a recent Apple clang compiler.](https://github.com/apple/llvm-project) `arm64e` [requires a recent Apple clang compiler.](https://github.com/apple/llvm-project)
### HOW DOES IT WORK? ### ### HOW DOES IT WORK? ###