diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-09 19:51:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-09 19:51:37 +0200 |
commit | 9052e3543c0467e4cf2f80e54083c7c8b0ecbb44 (patch) | |
tree | c360693536639e9b8a9cbdb46848e9ae66b96b4a | |
parent | 104a7e63b5fcdc1bf124142b31498795b23eeb57 (diff) |
use nocona for qemu-system-x86_64
-rw-r--r-- | target/config/Config.in.cpu | 8 | ||||
-rw-r--r-- | target/x86_64/systems/qemu-x86_64 | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index beb34bb92..218b3901a 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -21,6 +21,13 @@ config ADK_CPU_AMDFAM10 select ADK_TARGET_WITH_NPTL select ADK_TARGET_WITH_MMU +config ADK_CPU_NOCONA + bool + select ADK_LINUX_64 + select ADK_TARGET_CPU_WITH_VT + select ADK_TARGET_WITH_NPTL + select ADK_TARGET_WITH_MMU + config ADK_CPU_ARC700 bool select ADK_TARGET_WITH_NPTL @@ -760,6 +767,7 @@ config ADK_TARGET_GCC_ARCH default "mips32r2" if ADK_CPU_MIPS32R2 default "mips64" if ADK_CPU_MIPS64 default "mips64r2" if ADK_CPU_MIPS64R2 + default "nocona" if ADK_CPU_NOCONA default "pentium-m" if ADK_CPU_PENTIUM_M default "x86-64" if ADK_CPU_X86_64 diff --git a/target/x86_64/systems/qemu-x86_64 b/target/x86_64/systems/qemu-x86_64 index 1c96e03d5..0d132fc9c 100644 --- a/target/x86_64/systems/qemu-x86_64 +++ b/target/x86_64/systems/qemu-x86_64 @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_QEMU_X86_64 bool "Qemu Emulator" - select ADK_CPU_X86_64 + select ADK_CPU_NOCONA select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_BZIMAGE help |