mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 04:09:48 +00:00
Update README.md
This commit is contained in:
parent
466063c7f7
commit
11dc49ae17
11
README.md
11
README.md
@ -1,6 +1,6 @@
|
||||
# Apple cctools and ld64 port for Linux, FreeBSD and macOS #
|
||||
# Apple cctools and ld64 port for Linux, *BSD and macOS #
|
||||
|
||||
Current Version: cctools: 927.0.2, ld64: 450.3.
|
||||
Current Version: cctools: 949.0.1, ld64: 512.4.
|
||||
Originally ported by [cjacker](http://ios-toolchain-based-on-clang-for-linux.googlecode.com).
|
||||
|
||||
## SUPPORTED HOSTS ##
|
||||
@ -24,7 +24,10 @@ arm64e requires [Apple LLVM/Clang](https://github.com/apple/llvm-project).
|
||||
|
||||
## SUPPORTED TARGET OPERATING SYSTEMS ##
|
||||
|
||||
Mac OS X, iOS, watchOS (untested) and tvOS (untested)
|
||||
macOS, iOS, tvOS, watchOS, bridgeOS, Mac Catalyst,
|
||||
iOS Simluator, watchOS Simulator, DriverKit
|
||||
|
||||
Not all of the targets have been tested.
|
||||
|
||||
## DEPENDENCIES ##
|
||||
|
||||
@ -73,4 +76,4 @@ If you get compile errors because of `unistd.h`, then please run
|
||||
|
||||
## TRAVIS CI ##
|
||||
|
||||
[![Build Status](https://travis-ci.org/tpoechtrager/cctools-port.svg?branch=927.0.2-ld64-450.3)](https://travis-ci.org/tpoechtrager/cctools-port)
|
||||
[![Build Status](https://travis-ci.org/tpoechtrager/cctools-port.svg?branch=949.0.1-ld64-512.4)](https://travis-ci.org/tpoechtrager/cctools-port)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BASE_VERSION=921
|
||||
NEW_VERSION=927.0.2
|
||||
BASE_VERSION=927.0.2
|
||||
NEW_VERSION=949.0.1
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BASE_VERSION=409.12
|
||||
NEW_VERSION=450.3
|
||||
BASE_VERSION=450.3
|
||||
NEW_VERSION=512.4
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user