mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
82 lines
2.2 KiB
Plaintext
82 lines
2.2 KiB
Plaintext
/******************************* v0.8 *******************************/
|
|
|
|
changed:
|
|
* updated cctools to 855 with ld64-236.3 (Xcode 5.1)
|
|
* gcc 4.9.0 -> gcc 4.9.1
|
|
|
|
/******************************* v0.7 *******************************/
|
|
|
|
added:
|
|
* new compiler wrapper written in C++
|
|
* '-oc-use-gcc-libs' option (uses './build_gcc.sh' libstdc++)
|
|
* 10.6 SDK support (10.4-10.9 are all supported now)
|
|
* 'sw_vers' tool, which is required by some projects
|
|
* '-stdlib=' support for gcc (as an extension through the wrapper)
|
|
* 'OSXCROSS_C_STANDARD' env var (set C standard globally)
|
|
* 'OSXCROSS_CXX_STANDARD' env var (set C++ standard globally)
|
|
* OS X support (as host)
|
|
|
|
changed:
|
|
* 'osxcross-conf', 'osxcross-env' and the (fake) 'dsymutil' are now
|
|
implemented in the wrapper
|
|
* <arch>-apple-darwinXX-cc/c++ defaults now to clang
|
|
* switched to two-space indents
|
|
* gcc 4.8.2 -> gcc 4.9.0
|
|
|
|
fixed:
|
|
* 'MACOSX_DEPLOYMENT_TARGET' env var is now handled correctly
|
|
|
|
/******************************* v0.6 *******************************/
|
|
|
|
added:
|
|
* NetBSD support
|
|
* dependencies installer script (Don Bright)
|
|
* SDK packaging script
|
|
|
|
/******************************* v0.5 *******************************/
|
|
|
|
added:
|
|
* libc++ support (for both, clang and gcc)
|
|
* FreeBSD support
|
|
|
|
changed:
|
|
* attempt to make the toolchain less path dependent
|
|
* updated cctools to 845
|
|
|
|
fixed:
|
|
* help clang to find its own intrinsic headers
|
|
(this issue appears to be fixed in clang 3.4+)
|
|
* building the toolchain on 32 bit systems
|
|
|
|
/******************************* v0.4 *******************************/
|
|
|
|
added:
|
|
* gcc support
|
|
* a workaround for buggy unistd.h headers
|
|
|
|
/******************************* v0.3 *******************************/
|
|
|
|
added:
|
|
* 10.9 SDK support
|
|
* *-apple-darwin*-clang* symlinks (same as invoking oXX-clang)
|
|
|
|
changed:
|
|
* no need to build extra cctools binaries for targeting i386,
|
|
symlinking the x86_64 builds works as well
|
|
|
|
/******************************* v0.2 *******************************/
|
|
|
|
added:
|
|
* a check for broken unistd.h
|
|
* comments to build.sh
|
|
|
|
changed:
|
|
* updated cctools to 839 with ld64-134.9
|
|
|
|
fixed:
|
|
* check if MacOSX package is present in tarballs
|
|
|
|
/******************************* v0.1 *******************************/
|
|
|
|
initial commit.
|