From: Mark Corbin <mark.corbin@embecosm.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 3/3] support/config-fragments: add RISC-V 32-bit to autobuild configs
Date: Sun, 21 Oct 2018 15:01:00 +0100 [thread overview]
Message-ID: <20181021140100.19155-3-mark.corbin@embecosm.com> (raw)
In-Reply-To: <20181021140100.19155-1-mark.corbin@embecosm.com>
Add a minimal RISC-V 32-bit autobuild configuration for the
internal toolchain with glibc.
Signed-off-by: Mark Corbin <mark.corbin@embecosm.com>
---
.../config-fragments/autobuild/br-riscv32-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-riscv32-internal-glibc.config
diff --git a/support/config-fragments/autobuild/br-riscv32-internal-glibc.config b/support/config-fragments/autobuild/br-riscv32-internal-glibc.config
new file mode 100644
index 0000000000..75aa5dd915
--- /dev/null
+++ b/support/config-fragments/autobuild/br-riscv32-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 f24ec9ced0..3681bc519f 100644
--- a/support/config-fragments/autobuild/toolchain-configs.csv
+++ b/support/config-fragments/autobuild/toolchain-configs.csv
@@ -51,6 +51,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-riscv32-internal-glibc.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
--
2.17.1
prev parent reply other threads:[~2018-10-21 14:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-21 14:00 [Buildroot] [PATCH v3 1/3] arch: add support for RISC-V 32-bit (riscv32) architecture Mark Corbin
2018-10-21 14:00 ` [Buildroot] [PATCH v3 2/3] configs/qemu: add qemu_riscv32_virt_defconfig Mark Corbin
2018-10-21 14:37 ` Matthew Weber
2018-10-21 14:01 ` Mark Corbin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181021140100.19155-3-mark.corbin@embecosm.com \
--to=mark.corbin@embecosm.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.