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

/darwin-on-arm/xnu/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)
/darwin-on-arm/xnu/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)
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile44 ifndef ARCH
45 ARCH=i386 x86_64 macro
49 ARCH=armv7 macro
52 ARCH=i386 macro
56 ifdef ARCH
57 MY_ARCH = $(patsubst %, -arch %, $(ARCH)) # allows building multiple archs.

Completed in 22 milliseconds