Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / VEX / switchback / Makefile
blob3fa5146715f6e9aa0904c94b6b75e32e207e2d50
2 CC=aarch64-linux-gnu-gcc
4 all: switchback.c linker.c linker.h
5 $CC -m64 -Wall -O -g -o switchback switchback.c linker.c \
6 ../libvex_ppc64_linux.a
8 test_ppc:
9 $CC -Wall -m64 -mregnames -O -c test_ppc_jm1.c
11 clean:
12 rm -f switchback switchback.o linker.o