All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] support/config-fragments: add RISC-V 64-bit to autobuild configs
@ 2018-10-20 11:56 Mark Corbin
  2018-10-20 12:17 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Corbin @ 2018-10-20 11:56 UTC (permalink / raw)
  To: buildroot

Add a minimal RISC-V 64-bit autobuild configuration for the
internal toolchain with glibc.

Signed-off-by: Mark Corbin <mark.corbin@embecosm.com>
---
 .../config-fragments/autobuild/br-riscv64-internal-glibc.config | 2 ++
 support/config-fragments/autobuild/toolchain-configs.csv        | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 support/config-fragments/autobuild/br-riscv64-internal-glibc.config

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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] support/config-fragments: add RISC-V 64-bit to autobuild configs
  2018-10-20 11:56 [Buildroot] [PATCH 1/1] support/config-fragments: add RISC-V 64-bit to autobuild configs Mark Corbin
@ 2018-10-20 12:17 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-10-20 12:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Mark" == Mark Corbin <mark.corbin@embecosm.com> writes:

 > Add a minimal RISC-V 64-bit autobuild configuration for the
 > internal toolchain with glibc.

 > Signed-off-by: Mark Corbin <mark.corbin@embecosm.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-20 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-20 11:56 [Buildroot] [PATCH 1/1] support/config-fragments: add RISC-V 64-bit to autobuild configs Mark Corbin
2018-10-20 12:17 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.