diff options
author | Alexander Graf | 2011-03-23 08:23:47 +0100 |
---|---|---|
committer | Alexander Graf | 2011-05-20 17:35:12 +0200 |
commit | 0f3301d406bb84def304bcdce833629fd7d2858a (patch) | |
tree | 891cd7b28502417eaf291351fdd1dc13f6ee265d /configure | |
parent | s390x: remove compatibility cc field (diff) | |
download | qemu-0f3301d406bb84def304bcdce833629fd7d2858a.tar.gz qemu-0f3301d406bb84def304bcdce833629fd7d2858a.tar.xz qemu-0f3301d406bb84def304bcdce833629fd7d2858a.zip |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |