diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-11 00:33:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-11 00:33:25 +0200 |
commit | b1de1e5dcf66b51f3cf9d89326b8b90ac8274bdc (patch) | |
tree | aa03279584e0c5c20c29805426002ee9050e9d51 /target/ppc64/systems | |
parent | 3cd52da9f1f624af92379467c46cdffc6887bd48 (diff) |
Linux kernel for ppc64 does not like to be built with -mcpu=power7, getting SIGILL for busybox
Diffstat (limited to 'target/ppc64/systems')
-rw-r--r-- | target/ppc64/systems/qemu-ppc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc64/systems/qemu-ppc64 b/target/ppc64/systems/qemu-ppc64 index 2be8e6b0a..eb27113ca 100644 --- a/target/ppc64/systems/qemu-ppc64 +++ b/target/ppc64/systems/qemu-ppc64 @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_QEMU_PPC64 bool "Qemu Emulator" - select ADK_TARGET_CPU_PPC64_POWER7 + select ADK_TARGET_CPU_PPC64_POWERPC64 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_WITH_COMPRESSION help |