Revision e7764a46

b/tests/Makefile
115 115
	time ./sha1
116 116
	time $(QEMU) ./sha1-i386
117 117

  
118
# broken test
119
# NOTE: -fomit-frame-pointer is currently needed : this is a bug in libqemu
120
qruncom: qruncom.c ../ioport-user.c ../i386-user/libqemu.a
121
	$(CC) $(CFLAGS) -fomit-frame-pointer $(LDFLAGS) -I../target-i386 -I.. -I../i386-user -I../fpu \
122
              -o $@ $(filter %.c, $^) -L../i386-user -lqemu -lm
123

  
124 118
# arm test
125 119
hello-arm: hello-arm.o
126 120
	arm-linux-ld -o $@ $<

Also available in: Unified diff