1 TEST_PROGS
:= gettimeofday context_switch mmap_bench futex_bench
7 $(TEST_PROGS
): ..
/harness.c
9 context_switch
: ..
/utils.c
10 context_switch
: CFLAGS
+= -maltivec
-mvsx
-mabi
=altivec
11 context_switch
: LDLIBS
+= -lpthread
16 rm -f
$(TEST_PROGS
) *.o