mirror of
https://github.com/Relintai/osxcross.git
synced 2025-03-09 07:46:59 +01:00
Update cctools to 973.0.1 and ld64 to 609
This commit is contained in:
parent
fca436a756
commit
3351f5573c
@ -1,3 +1,9 @@
|
|||||||
|
/****************************** v1.4 *********************************/
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
* Updated cctools to 973.0.1 and ld64 to 609
|
||||||
|
|
||||||
|
|
||||||
/****************************** v1.3 *********************************/
|
/****************************** v1.3 *********************************/
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
6
build.sh
6
build.sh
@ -5,7 +5,7 @@
|
|||||||
# This script requires the OS X SDK and the Clang/LLVM compiler.
|
# This script requires the OS X SDK and the Clang/LLVM compiler.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1.3
|
VERSION=1.4
|
||||||
|
|
||||||
pushd "${0%/*}" &>/dev/null
|
pushd "${0%/*}" &>/dev/null
|
||||||
|
|
||||||
@ -130,8 +130,8 @@ fi
|
|||||||
|
|
||||||
## cctools and ld64 ##
|
## cctools and ld64 ##
|
||||||
|
|
||||||
CCTOOLS_VERSION=949.0.1
|
CCTOOLS_VERSION=973.0.1
|
||||||
LINKER_VERSION=530
|
LINKER_VERSION=609
|
||||||
|
|
||||||
get_sources \
|
get_sources \
|
||||||
https://github.com/tpoechtrager/cctools-port.git \
|
https://github.com/tpoechtrager/cctools-port.git \
|
||||||
|
Loading…
Reference in New Issue
Block a user