Revision e4630047 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
# MIPS test
86
hello-mips: hello-mips.c
87
	mips-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
88

  
89
hello-mipsel: hello-mips.c
90
	mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
91

  
85 92
# XXX: find a way to compile easily a test for each arch
86 93
test2:
87 94
	@for arch in i386 arm armeb sparc ppc mips mipsel; do \

Also available in: Unified diff