2014-04-06 22:27:59 +02:00
|
|
|
0.7:
|
|
|
|
- added: new compiler wrapper written in C++
|
|
|
|
- added: '-oc-use-gcc-libs' option (uses './build_gcc.sh' libstdc++)
|
|
|
|
- added: 10.6 SDK support (10.4-10.9 are all supported now)
|
|
|
|
- added: 'sw_vers' tool, which is required by some projects
|
2014-04-14 21:59:03 +02:00
|
|
|
- added: OS X support (as host)
|
2014-04-06 22:27:59 +02:00
|
|
|
- changed: 'osxcross-conf', 'osxcross-env' and the (fake) 'dsymutil' are now implemented in the wrapper
|
|
|
|
- changed: switched to two-space indents
|
|
|
|
|
2014-03-24 23:11:25 +01:00
|
|
|
0.6:
|
|
|
|
- added: NetBSD support
|
|
|
|
- added: dependencies installer script (Don Bright)
|
2014-03-28 21:04:32 +01:00
|
|
|
- added: SDK package script
|
2014-03-24 23:11:25 +01:00
|
|
|
|
2013-12-02 19:37:37 +01:00
|
|
|
0.5:
|
|
|
|
- fixed: help clang to find its own intrinsic headers (this issue appears to be fixed in clang 3.4+)
|
2013-12-15 19:06:50 +01:00
|
|
|
- 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
|
2013-12-02 19:37:37 +01:00
|
|
|
|
2013-11-11 21:04:21 +01:00
|
|
|
0.4:
|
|
|
|
- added: gcc support
|
2014-03-24 23:11:25 +01:00
|
|
|
- added: a workaround for buggy unistd.h headers
|
2013-11-11 21:04:21 +01:00
|
|
|
|
2013-11-10 14:49:24 +01:00
|
|
|
0.3:
|
2014-04-06 22:27:59 +02:00
|
|
|
- added: 10.9 SDK support
|
2013-11-10 14:49:24 +01:00
|
|
|
- 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: -
|