Julian Seward 5950b7d938 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set):
integer and FP instructions.



git-svn-id: svn://svn.valgrind.org/vex/trunk@2803
2014-01-12 12:49:10 +00:00

13 lines
257 B
Makefile

CC=aarch64-linux-gnu-gcc
all: switchback.c linker.c linker.h
$CC -m64 -Wall -O -g -o switchback switchback.c linker.c \
../libvex_ppc64_linux.a
test_ppc:
$CC -Wall -m64 -mregnames -O -c test_ppc_jm1.c
clean:
rm -f switchback switchback.o linker.o