Searched refs:ARCH (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/tools/tests/libMicro/apple/
H A DMakefile34 ARCH= i386 macro
36 BINS= $(ALL:%=../bin-$(ARCH)/%)
39 @mkdir -p bin-$(ARCH); cd bin-$(ARCH); MACH=$(ARCH) $(MAKE) -f ../Makefile.`uname -s` ARCH=$(ARCH) UNAME_RELEASE=`uname -r | sed 's/\./_/g'` $@
45 @mkdir -p ../bin-$(ARCH)
H A DMakefile.com.Darwin53 $(CC) -o $(@) $(@).o $($(@)_EXTRA_DEPS) $(CFLAGS) ../../bin-$(ARCH)/libmicro.a $($(@)_EXTRA_LIBS) $(EXTRA_LIBS) -lpthread -lm; cp $@ ../../bin-$(ARCH)/
61 $(CC) -o $(@) $(@).o $($(@)_EXTRA_DEPS) $(CFLAGS) ../../bin-$(ARCH)/libmicro.a $($(@)_EXTRA_LIBS) $(EXTRA_LIBS) -lpthread -lm -framework CoreFoundation -framework OpenDirectory; cp $@ ../../bin-$(ARCH)/
H A DMakefile.Darwin45 ARCH= i386
47 ifeq "$(strip $(ARCH))" "fat"
50 ARCH_FLAG= -arch $(ARCH)
/xnu-2782.1.97/tools/tests/libMicro/
H A Dwrapper.sh35 ARCH=`uname -m`
37 exec $DIRNAME/../bin-$ARCH/$BASENAME "$@"
H A DMakefile34 ARCH = i386 macro
36 BINS= $(ALL:%=bin-$(ARCH)/%) bin-$(ARCH)/tattle
90 @mkdir -p bin-$(ARCH); cd bin-$(ARCH); MACH=$(ARCH) $(MAKE) -f ../Makefile.`uname -s` ARCH=$(ARCH) UNAME_RELEASE=`uname -r | sed 's/\./_/g'` $@
91 @echo "code signing all the binaries under bin-$(ARCH) and apple/bin-$(ARCH)"
[all...]
H A DMakefile.Darwin44 ARCH= i386
46 ifeq "$(strip $(ARCH))" "fat"
49 ARCH_FLAG= -arch $(ARCH)
H A DMakefile.com.Darwin134 cd ..; $(MAKE) -C $@ ARCH=$(ARCH)
/xnu-2782.1.97/config/
H A Dlist_supported.sh28 ARCH=$2
36 if [ ${ARCH} == "all" ]
41 echo "The following symbols are considered sustainable KPI on architecture ${ARCH}." >> ${TARGET_FILE}
49 if [ ${ARCH} == "all" ]
53 cat "${CONFIG_DIR}/${SUPPORTED_KPI_FILES[i]}.${ARCH}.exports" | sed "s/^_//" | sed "s/:.*//" | sort >> ${TARGET_FILE}
/xnu-2782.1.97/tools/tests/memorystatus/
H A DMakefile8 ARCH:=$(RC_ARCHS) macro
11 ARCH:=armv7 armv7s arm64 macro
13 ARCH:=x86_64 i386 macro
29 MY_ARCH := $(patsubst %, -arch %, $(ARCH)) # allows building multiple archs.
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmakefile30 ARCH:=$(RC_ARCHS) macro
33 ARCH:=i386 x86_64 macro
35 ARCH:=arm64 armv7s armv7 macro
39 MY_ARCH := $(patsubst %, -arch %, $(ARCH)) # allows building multiple archs.
40 ARCH_32 := $(filter-out %64, $(ARCH))
42 ARCH_64 := $(filter %64, $(ARCH))

Completed in 29 milliseconds