3 include ${TESTROOT}/include/common.makefile
5 SHELL = bash # use bash shell so we can redirect just stderr
8 # Verify -prebind for 10.3 make ppc prebound and all others not prebound
11 ifeq (,${findstring 64,$(ARCH)})
25 # SnowLeopard is missing libmx.dylib which gcc thinks it needs
26 ${CC} ${CCFLAGS} main.c -o main -prebind -mmacosx-version-min=10.3 -nostdlib -lcrt1.o -lSystem
27 otool -hv main | grep ${KEYWORD} | ${FAIL_IF_EMPTY}
28 ${PASS_IFF_GOOD_MACHO} main