osxcross/tools
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
..
cpucount.c use two space indents 2014-04-06 15:58:15 +02:00
gen_sdk_package_darling_dmg.sh add p7zip sdk packaging method (closes #33) 2015-06-21 14:01:49 +02:00
gen_sdk_package_p7zip.sh (really) fix p7zip 'share' directory permissions 2015-06-21 14:24:57 +02:00
gen_sdk_package.sh add 'osxcross-man' - man page tool 2015-06-21 14:07:19 +02:00
get_cpu_count.sh move duplicate code into a single file 2014-03-26 20:32:55 +01:00
get_dependencies.sh update cctools to 862 and ld64 to 241.9 2014-11-21 23:06:01 +01:00
mount_xcode_image.sh fix for https://github.com/tpoechtrager/osxcross/issues/25 2014-11-25 21:19:13 +01:00
osxcross_conf.sh move duplicate code into a single file 2014-03-26 20:32:55 +01:00
osxcross-macports misc freebsd fixes: 2015-02-08 09:18:49 +01:00
stdlib-test.cpp cctools 855 + ld64 236.3 2014-05-10 16:17:16 +02:00
tools.sh xcrun: 2015-06-27 19:01:56 +02:00
trap_exit.sh add a clang build script 2014-11-10 20:43:14 +01:00