mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 21:00:42 +00:00
removed unused dependancy if non x86
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@222 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a95c67907c
commit
d30329297b
@ -35,9 +35,11 @@ test-i386: test-i386.c test-i386-code16.S test-i386-vm86.S \
|
|||||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c \
|
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c \
|
||||||
test-i386-code16.S test-i386-vm86.S -lm
|
test-i386-code16.S test-i386-vm86.S -lm
|
||||||
|
|
||||||
test: test-i386
|
|
||||||
ifeq ($(ARCH),i386)
|
ifeq ($(ARCH),i386)
|
||||||
|
test: test-i386
|
||||||
./test-i386 > test-i386.ref
|
./test-i386 > test-i386.ref
|
||||||
|
else
|
||||||
|
test:
|
||||||
endif
|
endif
|
||||||
$(QEMU) test-i386 > test-i386.out
|
$(QEMU) test-i386 > test-i386.out
|
||||||
@if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK"; fi
|
@if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK"; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user