diff options
author | 2020-09-30 20:26:41 +0200 | |
---|---|---|
committer | 2020-09-30 21:33:25 +0200 | |
commit | 7f5ce9b12f5504c782609b929297eb637e31b583 (patch) | |
tree | 00f2818c1835cf3539a4e082b2b3291746644515 /support | |
parent | 6728c67307858a103456a05a3daaddbbb49dba36 (diff) | |
download | buildroot-7f5ce9b12f5504c782609b929297eb637e31b583.tar.gz buildroot-7f5ce9b12f5504c782609b929297eb637e31b583.tar.bz2 |
support/config-fragments: add s390x z13 to autobuild configs
Add a minimal s390x s13 autobuild configuration for the
internal toolchain with glibc.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support')
-rw-r--r-- | support/config-fragments/autobuild/br-s390x-z13-internal-glibc.config | 4 | ||||
-rw-r--r-- | support/config-fragments/autobuild/toolchain-configs.csv | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/support/config-fragments/autobuild/br-s390x-z13-internal-glibc.config b/support/config-fragments/autobuild/br-s390x-z13-internal-glibc.config new file mode 100644 index 0000000000..56af5fb1ba --- /dev/null +++ b/support/config-fragments/autobuild/br-s390x-z13-internal-glibc.config @@ -0,0 +1,4 @@ +BR2_s390x=y +BR2_s390x_z13=y +BR2_TOOLCHAIN_BUILDROOT_GLIBC=y +BR2_TOOLCHAIN_BUILDROOT_CXX=y diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv index 5b8b9da7e7..f84f27ddcd 100644 --- a/support/config-fragments/autobuild/toolchain-configs.csv +++ b/support/config-fragments/autobuild/toolchain-configs.csv @@ -56,6 +56,7 @@ support/config-fragments/autobuild/br-riscv32.config,x86_64 support/config-fragments/autobuild/br-riscv64.config,x86_64 support/config-fragments/autobuild/br-riscv64-full-internal.config,any support/config-fragments/autobuild/br-riscv64-musl.config,x86_64 +support/config-fragments/autobuild/br-s390x-z13-internal-glibc.config,any support/config-fragments/autobuild/br-sh4-full.config,x86_64 support/config-fragments/autobuild/br-sparc-uclibc.config,x86_64 support/config-fragments/autobuild/br-sparc64-glibc.config,x86_64 |