mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
build all targets at the same time
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@352 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
abcd5da72e
commit
626df76abb
3 changed files with 223 additions and 182 deletions
|
@ -1,4 +1,4 @@
|
|||
include ../config.mak
|
||||
include ../config-host.mak
|
||||
|
||||
CFLAGS=-Wall -O2 -g
|
||||
LDFLAGS=
|
||||
|
@ -8,7 +8,7 @@ TESTS=testclone testsig testthread sha1-i386 test-i386 runcom
|
|||
endif
|
||||
TESTS+=sha1 test_path
|
||||
|
||||
QEMU=../qemu
|
||||
QEMU=../i386/qemu
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue