Searched refs:SDKROOT (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/makedefs/
H A DMakeInc.cmd27 SDKROOT ?= /
54 # SDKROOT may be passed as a shorthand like "iphoneos.internal". We
55 # must resolve these to a full path and override SDKROOT.
57 ifeq ($(SDKROOT),/)
60 export SDKROOT_RESOLVED := $(shell xcodebuild -sdk $(SDKROOT) -version Path | head -1)
64 # Override SDKROOT if it was set by the user
65 override SDKROOT = $(SDKROOT_RESOLVED)
69 export PLATFORM := $(shell xcodebuild -sdk $(SDKROOT) -version PlatformPath | head -1 | sed 's,^.*/\([^/]*\)\.platform$$,\1,')
86 export CC := $(shell $(XCRUN) -sdk $(SDKROOT) -find clang)
88 export CC := $(shell $(XCRUN) -sdk $(SDKROOT)
[all...]
H A DMakeInc.dir9 sdk="$(SDKROOT)" ; \
14 xcrun -sdk "$(SDKROOT)" xcodebuild installhdrs \
19 "SDKROOT=$${sdk}" \
391 sdk="$(SDKROOT)" ; \
396 xcrun -sdk "$(SDKROOT)" xcodebuild install \
401 "SDKROOT=$${sdk}" \
414 sdk="$(SDKROOT)" ; \
419 xcrun -sdk "$(SDKROOT)" xcodebuild install \
424 "SDKROOT=$${sdk}"; \
430 SDKROOT
[all...]
/darwin-on-arm/xnu/tools/tests/jitter/
H A DMakefile3 SDKROOT=/ macro
4 CC=xcrun -sdk "$(SDKROOT)" cc
5 CFLAGS=$(patsubst %, -arch %,$(ARCHS)) -g -Wall -Os -isysroot $(SDKROOT)
/darwin-on-arm/xnu/tools/
H A Dxcrun_cache.sh17 SDKROOT=""
42 SDKROOT="$1"
89 # SDKROOT that is an input to these are one of:
97 case "$SDKROOT" in
105 if [ -f "$SDKROOT/.sdktype" ]; then
106 SDKTYPE=`cat "$SDKROOT/.sdktype"`
115 if [ -f "$SDKROOT/.realsdkpath" ]; then
116 REALSDKROOT=`cat "$SDKROOT/.realsdkpath"`
118 REALSDKROOT="$SDKROOT"
184 if [ ! -f "$SDKROOT/
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.Darwin33 SDKROOT ?= /
38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
42 CC = xcrun -sdk $(SDKROOT) gcc
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A DMakefile.Darwin33 SDKROOT ?= /
38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
43 CC = xcrun -sdk $(SDKROOT) gcc
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dmach_install_mig.sh35 DSTROOT="${DSTROOT}${SDKROOT}"
38 MIG=`xcrun -sdk "$SDKROOT" -find mig`
39 MIGCC=`xcrun -sdk "$SDKROOT" -find cc`
49 MIG_DEFS_INCFLAGS="-I${SDKROOT}/System/Library/Frameworks/System.framework/Versions/B/PrivateHeaders"
50 #MIG_DEFS_INCFLAGS="-I${SDKROOT}/System/Library/Frameworks/System.framework/PrivateHeaders"
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_symbol_aliasing.sh34 SDKROOT="$1"
37 if [ ! -x "${SDKROOT}/usr/local/libexec/availability.pl" ] ; then
38 echo "Unable to locate ${SDKROOT}/usr/local/libexec/availability.pl (or not executable)" >&2
77 for ver in $(${SDKROOT}/usr/local/libexec/availability.pl --ios) ; do
90 for ver in $(${SDKROOT}/usr/local/libexec/availability.pl --macosx) ; do
/darwin-on-arm/xnu/tools/tests/execperf/
H A DMakefile0 SDKROOT ?= /
3 CC = xcrun -sdk $(SDKROOT) cc
4 CODESIGN = xcrun -sdk $(SDKROOT) codesign
5 CFLAGS = -O0 -g -isysroot $(SDKROOT) $(patsubst %, -arch %,$(ARCHS))
7 -isysroot $(SDKROOT) $(patsubst %, -arch %,$(ARCHS))
1 SDKROOT ?= / macro
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile59 SDKROOT ?= / macro
70 ifneq ($(SDKROOT),/)
71 CFLAGS += -isysroot $(SDKROOT)
72 LDFLAGS += -isysroot $(SDKROOT)
76 CC = xcrun -sdk $(SDKROOT) clang
78 LIBTOOL = xcrun -sdk $(SDKROOT) libtool
79 STRIP = xcrun -sdk $(SDKROOT) strip
/darwin-on-arm/xnu/libsyscall/
H A DMakefile21 ifndef SDKROOT
22 export SDKROOT := $(shell xcrun -show-sdk-path) macro
98 -I$(SDKROOT)/System/Library/Frameworks/System.framework/Versions/B/PrivateHeaders
104 LIBTOOL_FLAGS += -arch_only $(ARCHS) -syslibroot $(SDKROOT) -L$(BUILDROOT)
184 $(CC) -arch $(ARCHS) -dynamiclib -isysroot $(SDKROOT) -L$(BUILDROOT) -F$(BUILDROOT) -install_name /usr/lib/system/$(LIB).dylib -nostdlib -mmacosx-version-min=10.8 -dead_strip -umbrella System -all_load -lsystem_kernel -single_module -compatibility_version 1 -o $(BUILDROOT)/$(LIB).dylib
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile0 SDKROOT ?= /
5 SDKVERSION=$(shell xcodebuild -sdk $(SDKROOT) -version SDKVersion | head -1)
9 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
19 CC = xcrun -sdk $(SDKROOT) cc
1 SDKROOT ?= / macro

Completed in 31 milliseconds