* [Buildroot] [PATCH] support/config-fragments/autobuild: Add ARC glibc fragment
@ 2017-10-13 16:09 Alexey Brodkin
2017-10-21 20:07 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Brodkin @ 2017-10-13 16:09 UTC (permalink / raw)
To: buildroot
glibc is now supported for ARC so let's kick-start autobuilders
with glibc toolchain for ARC HS.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
---
support/config-fragments/autobuild/br-arc-full-internal-glibc.config | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 support/config-fragments/autobuild/br-arc-full-internal-glibc.config
diff --git a/support/config-fragments/autobuild/br-arc-full-internal-glibc.config b/support/config-fragments/autobuild/br-arc-full-internal-glibc.config
new file mode 100644
index 0000000000..b9d6857240
--- /dev/null
+++ b/support/config-fragments/autobuild/br-arc-full-internal-glibc.config
@@ -0,0 +1,4 @@
+BR2_arcle=y
+BR2_archs38=y
+BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] support/config-fragments/autobuild: Add ARC glibc fragment
2017-10-13 16:09 [Buildroot] [PATCH] support/config-fragments/autobuild: Add ARC glibc fragment Alexey Brodkin
@ 2017-10-21 20:07 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-10-21 20:07 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 13 Oct 2017 19:09:09 +0300, Alexey Brodkin wrote:
> glibc is now supported for ARC so let's kick-start autobuilders
> with glibc toolchain for ARC HS.
>
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Arnout Vandecappelle <arnout@mind.be>
> ---
> support/config-fragments/autobuild/br-arc-full-internal-glibc.config | 4 ++++
> 1 file changed, 4 insertions(+)
> create mode 100644 support/config-fragments/autobuild/br-arc-full-internal-glibc.config
You forgot to add the toolchain to toolchain-configs.csv, without which
it wouldn't have been taken into account as a possible toolchain for
the autobuilders. Also, the "full" part of the name was only meant for
uclibc to indicate that "all uClibc options" were enabled. For a glibc
toolchain, it din't make sense, so I dropped this part of the file name.
I'd prefer to have an external toolchain for this configuration rather
than rebuild over and over again that toolchain. But we can do this
once we have such a toolchain available on
http://toolchains.free-electrons.com.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-21 20:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 16:09 [Buildroot] [PATCH] support/config-fragments/autobuild: Add ARC glibc fragment Alexey Brodkin
2017-10-21 20:07 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox