HomeSort by relevance Sort by last modified time
    Searched refs:iphonesimulator (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/buildit/
build_llvm 177 export CC=`xcrun -sdk iphonesimulator -find clang`
178 export CXX=`xcrun -sdk iphonesimulator -find clang++`
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 42 depends on the SDKROOT used ("macosx", "iphoneos", "iphonesimulator") and
49 def __init__(self, default, mac, iphonesimulator, iphoneos):
51 self._archs = {'mac': mac, 'ios': iphoneos, 'iossim': iphonesimulator}
58 elif 'iphonesimulator' in sdkroot:
108 For "iphoneos" and "iphonesimulator" SDKROOT, 64-bit architectures are part
440 if sdk_path_basename.lower().startswith('iphonesimulator'):
    [all...]
  /external/clang/runtime/compiler-rt/
Makefile 104 IOSSIM_SDK_PATH := $(shell xcrun --show-sdk-path -sdk iphonesimulator 2> /dev/null)
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 131 all_platforms="${all_platforms} x86-iphonesimulator-gcc"
148 all_platforms="${all_platforms} x86_64-iphonesimulator-gcc"
747 *-iphonesimulator-*)
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 790 *-iphonesimulator-*)
793 osx_sdk_dir="$(xcrun --sdk iphonesimulator --show-sdk-path)"
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 100 IOSSIM_SDK_PATH := $(call XCRunSdkPath,iphonesimulator)

Completed in 769 milliseconds