diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-08 23:25:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-08 23:25:34 +0200 |
commit | 9b4c76f53079cf85baf6d9724675c6cdddf6151f (patch) | |
tree | fa6baa8e3b56cbbaf0015aec51c6b32f6141cd0d /target/mips | |
parent | 14b1dc5940bd35637fd901418fbf6c2fe1974fec (diff) |
add qemu-mips64el, show multilib support only for 64 bit systems
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/sys-available/qemu-mips64el | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/mips/sys-available/qemu-mips64el b/target/mips/sys-available/qemu-mips64el new file mode 100644 index 000000000..8f9158bee --- /dev/null +++ b/target/mips/sys-available/qemu-mips64el @@ -0,0 +1,16 @@ +config ADK_TARGET_SYSTEM_QEMU_MIPS64EL + bool "Qemu Emulator (mips64 little endian)" + select ADK_mips + select ADK_little + select ADK_qemu_mips64el + select ADK_KERNEL_MIPS_MALTA + select ADK_KERNEL_CPU_LITTLE_ENDIAN + select ADK_CPU_MIPS64 + select ADK_HARDWARE_QEMU + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_HDD + help + Qemu support for mips64 little endian architecture. + |