diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-24 20:16:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-24 20:16:36 +0200 |
commit | 326f3d7e4d8ef3b5850697de7e1f21022c87d9b0 (patch) | |
tree | 972a201620aa1bd298333f168b7d7921378bb537 /target/alpha/systems | |
parent | a36c314e0a25dcebd206cf1f275374e34aec6675 (diff) |
add support for qemu-system-alpha
Diffstat (limited to 'target/alpha/systems')
-rw-r--r-- | target/alpha/systems/qemu-alpha | 9 | ||||
-rw-r--r-- | target/alpha/systems/toolchain-alpha | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/target/alpha/systems/qemu-alpha b/target/alpha/systems/qemu-alpha new file mode 100644 index 000000000..aa75133f2 --- /dev/null +++ b/target/alpha/systems/qemu-alpha @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_QEMU_ALPHA + bool "Qemu Emulator" + select ADK_alpha + select ADK_qemu_alpha + select ADK_TARGET_QEMU + select ADK_LINUX_64 + help + Support for Qemu Emulator ALPHA architecture. + diff --git a/target/alpha/systems/toolchain-alpha b/target/alpha/systems/toolchain-alpha new file mode 100644 index 000000000..0054fe745 --- /dev/null +++ b/target/alpha/systems/toolchain-alpha @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_ALPHA + bool "Toolchain only" + select ADK_alpha + select ADK_toolchain_alpha + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + select ADK_LINUX_64 + help + ALPHA toolchain. + |