diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:09:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:09:20 +0100 |
commit | 09cd046e6cc65ab7bf044503b6404a2ba912bf85 (patch) | |
tree | 2a42565c988b0c36798b9021af601f86a7a9dc19 /target/s390/systems/toolchain-s390 | |
parent | 87eac2992b7dacd9c4d6e2cf7a5bb51f0bbdca15 (diff) |
qemu-system-s390: add basic support, only virtio-net does not work as expected.
Diffstat (limited to 'target/s390/systems/toolchain-s390')
-rw-r--r-- | target/s390/systems/toolchain-s390 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390/systems/toolchain-s390 b/target/s390/systems/toolchain-s390 index e1b520a83..d441dfd94 100644 --- a/target/s390/systems/toolchain-s390 +++ b/target/s390/systems/toolchain-s390 @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_S390 bool "Toolchain only" - select ADK_CPU_S390 + select ADK_CPU_Z900 select ADK_TARGET_TOOLCHAIN select ADK_TARGET_PACKAGE_TXZ help |