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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmakefile22 MY_ARCH = $(patsubst %, -arch %, $(RC_ARCHS)) macro
48 MY_ARCH = $(patsubst %, -arch %, $(ARCH)) # allows building multiple archs. macro
51 CFLAGS += $(MY_ARCH)
57 #CFLAGS+= $(MY_ARCH) -g -D_POSIX_C_SOURCE=200112L
66 $(CC) $(MY_ARCH) $(LIBFLAGS) -o $(DSTROOT)/xnu_quick_test $(MY_OBJECTS)
92 $(CC) $(MY_ARCH) helpers/arch.c -o $(DSTROOT)/helpers/arch

Completed in 21 milliseconds