Skip to content

Commit

Permalink
s390x: build s390x by default
Browse files Browse the repository at this point in the history
This patch enables building of s390x-softmmu and s390x-linux-user
targets by default.

Signed-off-by: Alexander Graf <[email protected]>
  • Loading branch information
agraf committed May 20, 2011
1 parent fe9b35b commit 0f3301d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ sh4-softmmu \
sh4eb-softmmu \
sparc-softmmu \
sparc64-softmmu \
s390x-softmmu \
"
fi
# the following are Linux specific
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions default-configs/s390x-linux-user.mak
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Default configuration for s390x-linux-user

0 comments on commit 0f3301d

Please sign in to comment.