sim-card
/
qemu
Archived
10
0
Fork 0

s390x: build s390x by default

This patch enables building of s390x-softmmu and s390x-linux-user
targets by default.

Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Alexander Graf 2011-03-23 08:23:47 +01:00
parent fe9b35b78f
commit 0f3301d406
2 changed files with 3 additions and 0 deletions

2
configure vendored
View File

@ -848,6 +848,7 @@ sh4-softmmu \
sh4eb-softmmu \
sparc-softmmu \
sparc64-softmmu \
s390x-softmmu \
"
fi
# the following are Linux specific
@ -873,6 +874,7 @@ sparc-linux-user \
sparc64-linux-user \
sparc32plus-linux-user \
unicore32-linux-user \
s390x-linux-user \
"
fi
# the following are Darwin specific

View File

@ -0,0 +1 @@
# Default configuration for s390x-linux-user