osxcross/wrapper
Thomas Pöchtrager da2b8f25f5 xcrun:
* handle '-sdk' / 'SDKROOT' (env.) properly.
  e.g. 'xcrun -sdk /[...]/MacOSX10.6.sdk clang' will use
  the specified 10.6 SDK.

* never execute xcode tools outside target/bin even when
  a full path is specified.
  e.g. 'xcrun /usr/bin/gcc' will execute target/bin/<triple>-gcc.

other wrapper changes:

* implement 'OSXCROSS_SDKROOT' env. variable for 'xcrun -sdk'.

* error on '-arch x86_64h' + clang <= 3.4.
  clang <= 3.4 misinterprets x86_64h as x86_64.

* only create x86_64h symlinks when the 10.8 (or later) SDK
  is used.

other changes:

* misc fixes and cleanup
2015-06-27 19:01:56 +02:00
..
programs xcrun: 2015-06-27 19:01:56 +02:00
quirks/include/sys add a workaround for a glibc 2.20 bug 2014-09-11 00:58:44 +02:00
build.sh xcrun: 2015-06-27 19:01:56 +02:00
compat.h new compiler wrapper written in C++ 2014-04-06 22:27:59 +02:00
main.cpp xcrun: 2015-06-27 19:01:56 +02:00
Makefile add 'osxcross-man' - man page tool 2015-06-21 14:07:19 +02:00
progs.h add 'osxcross-man' - man page tool 2015-06-21 14:07:19 +02:00
target.cpp xcrun: 2015-06-27 19:01:56 +02:00
target.h xcrun: 2015-06-27 19:01:56 +02:00
tools.cpp Revert "wrap dsymutil to llvm-dsymutil (#1)" 2015-06-13 11:06:29 +02:00
tools.h xcrun: 2015-06-27 19:01:56 +02:00
wrapper.project xcrun: 2015-06-27 19:01:56 +02:00
wrapper.workspace xcrun: 2015-06-27 19:01:56 +02:00