From decbb27c4e0df81d832e90cadb5a9c93b8ac03fb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 Oct 2015 22:18:44 +0200 Subject: add s/390 toolchain support --- target/s390/Makefile | 7 +++++++ target/s390/systems/toolchain-s390 | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 target/s390/Makefile create mode 100644 target/s390/systems/toolchain-s390 (limited to 'target/s390') diff --git a/target/s390/Makefile b/target/s390/Makefile new file mode 100644 index 000000000..03afae8f0 --- /dev/null +++ b/target/s390/Makefile @@ -0,0 +1,7 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk +include $(ADK_TOPDIR)/mk/kernel-build.mk +include $(ADK_TOPDIR)/mk/image.mk + 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. + -- cgit v1.2.3