Revision 18c9b560 tests/Makefile

b/tests/Makefile
82 82
hello-arm.o: hello-arm.c
83 83
	arm-linux-gcc -Wall -g -O2 -c -o $@ $<
84 84

  
85
test-arm-iwmmxt: test-arm-iwmmxt.s
86
	cpp < $< | arm-linux-gnu-gcc -Wall -static -march=iwmmxt -mabi=aapcs -x assembler - -o $@
87

  
85 88
# MIPS test
86 89
hello-mips: hello-mips.c
87 90
	mips-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<

Also available in: Unified diff