Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Corbin <mark.corbin@embecosm.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 3/3] support/config-fragments: add RISC-V 32-bit to autobuild configs
Date: Sun, 21 Oct 2018 20:12:03 +0100	[thread overview]
Message-ID: <20181021191203.2148-3-mark.corbin@embecosm.com> (raw)
In-Reply-To: <20181021191203.2148-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>

---
Changes v3 -> v4:
  - set new variable BR2_RISCV_32 in br-riscv32-internal-glibc.config
---
 .../autobuild/br-riscv32-internal-glibc.config                 | 3 +++
 support/config-fragments/autobuild/toolchain-configs.csv       | 1 +
 2 files changed, 4 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..c5348a28da
--- /dev/null
+++ b/support/config-fragments/autobuild/br-riscv32-internal-glibc.config
@@ -0,0 +1,3 @@
+BR2_riscv=y
+BR2_RISCV_32=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

  parent reply	other threads:[~2018-10-21 19:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-21 19:12 [Buildroot] [PATCH v4 1/3] arch: add support for RISC-V 32-bit (riscv32) architecture Mark Corbin
2018-10-21 19:12 ` [Buildroot] [PATCH v4 2/3] configs/qemu: add qemu_riscv32_virt_defconfig Mark Corbin
2018-11-02  3:09   ` Matthew Weber
2019-01-10 20:32   ` Thomas Petazzoni
2018-10-21 19:12 ` Mark Corbin [this message]
2018-11-02  3:09   ` [Buildroot] [PATCH v4 3/3] support/config-fragments: add RISC-V 32-bit to autobuild configs Matthew Weber
2019-01-10 20:32   ` Thomas Petazzoni
2018-11-02  3:08 ` [Buildroot] [PATCH v4 1/3] arch: add support for RISC-V 32-bit (riscv32) architecture Matthew Weber
2019-01-06 13:18 ` Thomas Petazzoni
2019-01-07 14:36   ` Mark Corbin
2019-01-07 15:21     ` Thomas Petazzoni
2019-01-14 20:44 ` Thomas Petazzoni
2019-01-15 10:19   ` Mark Corbin

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=20181021191203.2148-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox