summaryrefslogtreecommitdiff
path: root/target/s390/systems/toolchain-s390
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-23 22:18:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-23 22:18:58 +0200
commitdecbb27c4e0df81d832e90cadb5a9c93b8ac03fb (patch)
tree751e60f9b890680ae7e6b61eb265974de19bef0f /target/s390/systems/toolchain-s390
parent71f9379f60753c4a4edad91058523e98eaa0fe40 (diff)
add s/390 toolchain support
Diffstat (limited to 'target/s390/systems/toolchain-s390')
-rw-r--r--target/s390/systems/toolchain-s3908
1 files changed, 8 insertions, 0 deletions
diff --git a/target/s390/systems/toolchain-s390 b/target/s390/systems/toolchain-s390
new file mode 100644
index 000000000..e1b520a83
--- /dev/null
+++ b/target/s390/systems/toolchain-s390
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_S390
+ bool "Toolchain only"
+ select ADK_CPU_S390
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ S390 toolchain.
+