osxcross/wrapper/programs
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
..
osxcross-cmp.cpp update copyright years 2015-02-08 10:27:26 +01:00
osxcross-conf.cpp add 'osxcross-man' - man page tool 2015-06-21 14:07:19 +02:00
osxcross-env.cpp fix for #34 2015-05-30 21:04:51 +02:00
osxcross-man.cpp osxcross-man: 2015-06-21 17:18:51 +02:00
osxcross-version.cpp fix for #34 2015-05-30 21:04:51 +02:00
pkg-config.cpp fix for #34 2015-05-30 21:04:51 +02:00
proginc.h split the wrapper into multiple files + some generic wrapper cleanups 2014-09-13 15:32:42 +02:00
sw_vers.cpp fix for #34 2015-05-30 21:04:51 +02:00
xcrun.cpp xcrun: 2015-06-27 19:01:56 +02:00