mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
6c79d88501
libc++ works now out of the box as long 'tools/gen_sdk_package.sh' is used to create the SDK package
30 lines
938 B
Plaintext
30 lines
938 B
Plaintext
0.6:
|
|
- added: NetBSD support
|
|
- added: dependencies installer script (Don Bright)
|
|
- added: SDK package script
|
|
|
|
0.5:
|
|
- fixed: help clang to find its own intrinsic headers (this issue appears to be fixed in clang 3.4+)
|
|
- changed: attempt to make the toolchain less path dependent
|
|
- fixed: building the toolchain on 32 bit systems
|
|
- added: libc++ support (for both, clang and gcc)
|
|
- changed: update cctools to 845
|
|
- added: FreeBSD support
|
|
|
|
0.4:
|
|
- added: gcc support
|
|
- added: a workaround for buggy unistd.h headers
|
|
|
|
0.3:
|
|
- added: support 10.9 (Mavericks) SDK
|
|
- added: *-apple-darwin*-clang* symlinks (same as invoking o32-clang or o64-clang++)
|
|
- changed: no need to build extra cctools binaries for targeting i386, symlinking the x86_64 builds works as well
|
|
|
|
0.2:
|
|
- changed: update cctools to 839 with ld64-134.9
|
|
- added: check for broken unistd.h
|
|
- fixed: check if MacOSX package is present in tarballs
|
|
- added: comments in build.sh
|
|
|
|
0.1: -
|