2015-08-22 23:15:27 +02:00
|
|
|
/****************************** v0.11 ********************************/
|
|
|
|
|
|
|
|
changed:
|
|
|
|
* '-oc-use-gcc-libs' has been renamed to '-foc-use-gcc-libstdc++'
|
|
|
|
* support for generating fat object files with gcc and '-foc-use-gcc-libstdc++'
|
|
|
|
has been removed.
|
2015-08-23 22:44:00 +02:00
|
|
|
* support for setting the language standard via
|
|
|
|
'OSXCROSS_C_STANDARD' / 'OSXCROSS_CXX_STANDARD' (env) has been removed
|
2015-08-22 23:15:27 +02:00
|
|
|
|
|
|
|
added:
|
|
|
|
* support for '-stdc++' and '-gstdc++' compiler "shortcuts"
|
|
|
|
o32-clang++ --> uses libstdc++ for <= 10.8 and libc++ for >= 10.9
|
|
|
|
o32-clang++-libc++ --> uses the SDK's libc++
|
|
|
|
o32-clang++-stdc++ --> uses the SDK's libstdc++
|
|
|
|
o32-clang++-gstdc++ --> uses gcc's (build_gcc.sh) libstdc++
|
|
|
|
* unit tests (wrapper)
|
|
|
|
|
2015-05-02 21:49:23 +02:00
|
|
|
/****************************** v0.10 ********************************/
|
|
|
|
|
|
|
|
changed:
|
|
|
|
* improved and colorized wrapper error/warning/debug/info messages
|
2015-07-19 22:28:10 +02:00
|
|
|
* updated cctools to 870
|
|
|
|
* updated ld64 to 242
|
2015-05-02 21:49:23 +02:00
|
|
|
|
|
|
|
added:
|
2015-07-19 22:28:10 +02:00
|
|
|
* Windows support via Cygwin
|
|
|
|
* OpenBSD and DragonFlyBSD support
|
|
|
|
* Linux ARM support
|
|
|
|
* Linux PPC/PPC64 support: Totally untested, but compiles
|
|
|
|
* gcc compiler support: OSXCross can now be built with gcc
|
2015-06-21 14:07:19 +02:00
|
|
|
* 'osxcross-man' man page tool
|
2015-06-21 14:01:49 +02:00
|
|
|
* p7zip sdk packaging script
|
|
|
|
* a minimalistic xcrun tool
|
2015-05-30 21:04:51 +02:00
|
|
|
* support for ccache symlinks
|
2015-05-30 21:01:48 +02:00
|
|
|
* darling-dmg sdk packaging script
|
2015-05-02 21:49:23 +02:00
|
|
|
* include path warnings for /usr/include and /usr/local/include
|
|
|
|
(can be switched off via 'OSXCROSS_NO_INCLUDE_PATH_WARNINGS=1')
|
|
|
|
* an option to silence osxcross extension warnings
|
|
|
|
(OSXCROSS_NO_EXTENSION_WARNINGS=1)
|
|
|
|
|
2014-11-21 23:06:01 +01:00
|
|
|
/******************************* v0.9 *******************************/
|
|
|
|
|
|
|
|
changed:
|
|
|
|
* updated cctools to 862
|
|
|
|
* updated ld64 to 241.9
|
|
|
|
|
2014-12-24 09:54:27 +01:00
|
|
|
added:
|
2015-02-08 10:17:41 +01:00
|
|
|
* binutils / gdb build script
|
2014-12-24 09:54:27 +01:00
|
|
|
* OSXCROSS_GCC_NO_STATIC_RUNTIME option (env)
|
2014-12-24 10:52:24 +01:00
|
|
|
* osxcross-macports: a minimalistic macports packet manager
|
2014-12-24 09:54:27 +01:00
|
|
|
|
2014-05-10 16:17:16 +02:00
|
|
|
/******************************* v0.8 *******************************/
|
|
|
|
|
|
|
|
changed:
|
2014-11-21 23:06:01 +01:00
|
|
|
* updated cctools to 855
|
|
|
|
* updated ld64 to 236.3
|
2014-11-09 17:43:03 +01:00
|
|
|
* gcc 4.9.0 -> gcc 4.9.2
|
2014-05-10 16:17:16 +02:00
|
|
|
|
2014-05-18 22:07:37 +02:00
|
|
|
added:
|
|
|
|
* support for new '-arch x86_64h' (requires clang 3.5+)
|
|
|
|
* support for multiple '-arch' flags with gcc
|
2014-09-27 20:06:30 +02:00
|
|
|
* scripts to make sdk extraction possible on linux (xcode 4.2 only)
|
2014-06-20 14:16:57 +02:00
|
|
|
* OS X 10.10 support (DP1)
|
2014-09-27 20:06:30 +02:00
|
|
|
* pkg-config wrapper
|
2014-05-18 22:07:37 +02:00
|
|
|
|
2014-04-14 22:05:41 +02:00
|
|
|
/******************************* 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)
|
2014-04-17 21:08:17 +02:00
|
|
|
* 'OSXCROSS_C_STANDARD' env var (set C standard globally)
|
|
|
|
* 'OSXCROSS_CXX_STANDARD' env var (set C++ standard globally)
|
2014-04-14 22:05:41 +02:00
|
|
|
* 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
|
2014-05-10 16:17:16 +02:00
|
|
|
* gcc 4.8.2 -> gcc 4.9.0
|
2014-04-14 22:05:41 +02:00
|
|
|
|
2014-04-22 19:34:08 +02:00
|
|
|
fixed:
|
|
|
|
* 'MACOSX_DEPLOYMENT_TARGET' env var is now handled correctly
|
|
|
|
|
2014-04-14 22:05:41 +02:00
|
|
|
/******************************* 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
|
2014-05-10 16:17:16 +02:00
|
|
|
* updated cctools to 845
|
2014-04-14 22:05:41 +02:00
|
|
|
|
|
|
|
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:
|
2015-07-19 22:28:10 +02:00
|
|
|
* gcc build script
|
2014-04-14 22:05:41 +02:00
|
|
|
* 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:
|
2014-05-10 16:17:16 +02:00
|
|
|
* updated cctools to 839 with ld64-134.9
|
2014-04-14 22:05:41 +02:00
|
|
|
|
|
|
|
fixed:
|
|
|
|
* check if MacOSX package is present in tarballs
|
|
|
|
|
|
|
|
/******************************* v0.1 *******************************/
|
|
|
|
|
|
|
|
initial commit.
|