diff options
author | Mark Corbin <mark.corbin@embecosm.com> | 2018-10-20 12:56:51 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-20 14:17:23 +0200 |
commit | be43be070f9bff3dbc7139b9a719749b46a9d8db (patch) | |
tree | b7e699962131cca25ed17ba26849f6cea14f1204 | |
parent | 8dc3d02bacc65aa6eb5660a7331e594651c4e7fd (diff) | |
download | buildroot-be43be070f9bff3dbc7139b9a719749b46a9d8db.tar.gz buildroot-be43be070f9bff3dbc7139b9a719749b46a9d8db.zip |
support/config-fragments: add RISC-V 64-bit to autobuild configs
Add a minimal RISC-V 64-bit autobuild configuration for the
internal toolchain with glibc.
Signed-off-by: Mark Corbin <mark.corbin@embecosm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | support/config-fragments/autobuild/br-riscv64-internal-glibc.config | 2 | ||||
-rw-r--r-- | support/config-fragments/autobuild/toolchain-configs.csv | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/support/config-fragments/autobuild/br-riscv64-internal-glibc.config b/support/config-fragments/autobuild/br-riscv64-internal-glibc.config new file mode 100644 index 0000000000..75aa5dd915 --- /dev/null +++ b/support/config-fragments/autobuild/br-riscv64-internal-glibc.config @@ -0,0 +1,2 @@ +BR2_riscv=y +BR2_TOOLCHAIN_BUILDROOT_GLIBC=y diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv index 136a67f54b..d5bba8949e 100644 --- a/support/config-fragments/autobuild/toolchain-configs.csv +++ b/support/config-fragments/autobuild/toolchain-configs.csv @@ -50,6 +50,7 @@ support/config-fragments/autobuild/br-powerpc64le-power8-glibc.config,x86_64 support/config-fragments/autobuild/br-powerpc64-power7-glibc.config,x86_64 support/config-fragments/autobuild/br-powerpc-e500mc-full.config,x86_64 support/config-fragments/autobuild/br-powerpc-internal-full.config,any +support/config-fragments/autobuild/br-riscv64-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 |