Thomas Pöchtrager
867345ed8f
use gcc to compile gcc (there was a weird '-mmacosx-version-min=' issue during gcc compilation with earlier versions)
2014-07-17 22:43:29 +02:00
Thomas Pöchtrager
c57030bc98
use -std=c++0x instead of -std=gnu++0x
...
as -std=gnu++0x seems to break compiling ld64 on some systems
2014-05-10 17:05:58 +02:00
Thomas Pöchtrager
4a685dbe73
cctools 855 + ld64 236.3
...
also add 'cctools 855 + ld64 134.9' as fallback for systems without
an up-to-date C++ standard library
2014-05-10 16:17:16 +02:00
Thomas Pöchtrager
1e8ede1d78
support OS X itself too
2014-04-14 21:59:03 +02:00
Thomas Pöchtrager
f8e57bfcd3
new compiler wrapper written in C++
...
to highlight some changes:
- this gets rid of the bash dependency (after installing)
- osxcross-env, osxcross-conf and (the fake) dsymutil are now implemented
in the wrapper
- added: 'sw_vers' tool, which is required by some projects (llvm, ...)
- added '-oc-use-gcc-libs' option (uses './build_gcc.sh' libstdc++)
This new wrapper is also more restrict and several times faster than the bash
implementation (~0.2ms vs. 10ms+).
2014-04-06 22:27:59 +02:00
Thomas Pöchtrager
c0b2cf103d
use two space indents
2014-04-06 15:58:15 +02:00
Thomas Pöchtrager
6c79d88501
add SDK packaging script
...
libc++ works now out of the box as long 'tools/gen_sdk_package.sh'
is used to create the SDK package
2014-03-28 21:04:32 +01:00
Thomas Pöchtrager
a829f523b8
support NetBSD ( https://github.com/tpoechtrager/osxcross/issues/7 )
...
bump version (0.5 -> 0.6)
update CHANGELOG
misc adjustments
2014-03-26 20:39:20 +01:00
Thomas Pöchtrager
2c38fb673e
move duplicate code into a single file
...
add debug option (OCDEBUG=1 ./<script>)
update README
2014-03-26 20:32:55 +01:00