Searched refs:sdk (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/makedefs/
H A DMakeInc.cmd60 export SDKROOT_RESOLVED := $(shell xcodebuild -sdk $(SDKROOT) -version Path | head -1)
69 export PLATFORM := $(shell xcodebuild -sdk $(SDKROOT) -version PlatformPath | head -1 | sed 's,^.*/\([^/]*\)\.platform$$,\1,')
77 export HOST_SPARSE_SDKROOT := $(DEVELOPER_DIR)/SDKs/iPhoneHostSideTools.sparse.sdk
86 export CC := $(shell $(XCRUN) -sdk $(SDKROOT) -find clang)
88 export CC := $(shell $(XCRUN) -sdk $(SDKROOT) -find clang)
93 export CXX := $(shell $(XCRUN) -sdk $(SDKROOT) -find clang++)
95 export CXX := $(shell $(XCRUN) -sdk $(SDKROOT) -find clang++)
103 export MIG := $(shell $(XCRUN) -sdk $(SDKROOT) -find mig)
109 export STRIP := $(shell $(XCRUN) -sdk $(SDKROOT) -find strip)
112 export LIPO := $(shell $(XCRUN) -sdk
[all...]
H A DMakeInc.dir9 sdk="$(SDKROOT)" ; \
10 if [ $${sdk} = / ] ; then \
11 sdk="" ; \
14 xcrun -sdk "$(SDKROOT)" xcodebuild installhdrs \
19 "SDKROOT=$${sdk}" \
391 sdk="$(SDKROOT)" ; \
392 if [ $${sdk} = / ] ; then \
393 sdk="" ; \
396 xcrun -sdk "$(SDKROOT)" xcodebuild install \
401 "SDKROOT=$${sdk}" \
[all...]
/darwin-on-arm/xnu/tools/
H A Dxcrun_cache.sh9 # mode, so '$(XCRUN) -sdk foo -find bar' copies 'bar' from wherever
40 -sdk)
55 -show-sdk-path)
59 -show-sdk-platform-path)
63 -show-sdk-version)
121 SDKPROPERTY=`/usr/bin/xcrun $VERBOSE -sdk "$REALSDKROOT" "$SDKQUERY"`
127 -show-sdk-path)
131 SDKNAME="Slash.sdk"
155 CreateFile "BuildTools/${SDKNAME}" "${OBJROOT}/BuildTools/.${SDKTYPE}sdk"
159 -show-sdk
[all...]
H A Dremote_build.sh147 MAKE_SDKROOT=`"${SRC}/tools/xcrun_cache.sh" -u "${BUILDTOOLSDIR}" -sdk / -show-sdk-path`
148 "${SRC}/tools/xcrun_cache.sh" -c "${BUILDTOOLSDIR}" -sdk "${MAKE_SDKROOT}" -find make >/dev/null || die "Could not cache make"
161 MAKE=\`\$PWD/tools/xcrun_cache.sh -u "\$PWD/${REMOTE_BUILDTOOLSREL}" -sdk / -find make\`
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl61 chomp(my $CC = `xcrun -sdk "$ENV{'SDKROOT'}" -find cc`);
68 chomp(my $LIBTOOL = `xcrun -sdk "$ENV{'SDKROOT'}" -find libtool`);
H A Dmach_install_mig.sh38 MIG=`xcrun -sdk "$SDKROOT" -find mig`
39 MIGCC=`xcrun -sdk "$SDKROOT" -find cc`
/darwin-on-arm/xnu/tools/tests/jitter/
H A DMakefile4 CC=xcrun -sdk "$(SDKROOT)" cc
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.Darwin38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
42 CC = xcrun -sdk $(SDKROOT) gcc
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A DMakefile.Darwin38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
43 CC = xcrun -sdk $(SDKROOT) gcc
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_versionmin.c105 versionminhdr->sdk = 0;
H A DMakefile76 CC = xcrun -sdk $(SDKROOT) clang
78 LIBTOOL = xcrun -sdk $(SDKROOT) libtool
79 STRIP = xcrun -sdk $(SDKROOT) strip
/darwin-on-arm/xnu/tools/tests/execperf/
H A DMakefile3 CC = xcrun -sdk $(SDKROOT) cc
4 CODESIGN = xcrun -sdk $(SDKROOT) codesign
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile5 SDKVERSION=$(shell xcodebuild -sdk $(SDKROOT) -version SDKVersion | head -1)
9 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
19 CC = xcrun -sdk $(SDKROOT) cc
/darwin-on-arm/xnu/libsyscall/
H A DMakefile22 export SDKROOT := $(shell xcrun -show-sdk-path)
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1186 uint32_t sdk; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */ member in struct:version_min_command

Completed in 49 milliseconds