mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
* 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 |
||
---|---|---|
.. | ||
cpucount.c | ||
gen_sdk_package_darling_dmg.sh | ||
gen_sdk_package_p7zip.sh | ||
gen_sdk_package.sh | ||
get_cpu_count.sh | ||
get_dependencies.sh | ||
mount_xcode_image.sh | ||
osxcross_conf.sh | ||
osxcross-macports | ||
stdlib-test.cpp | ||
tools.sh | ||
trap_exit.sh |