All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kas: rename armgcc fragment to avoid conflicting with musl
@ 2021-01-12 11:09 Ross Burton
  2021-01-12 11:09 ` [PATCH 2/2] kas: add a test for the external toolchain support Ross Burton
  2021-01-14 19:22 ` [meta-arm] [PATCH 1/2] kas: rename armgcc fragment to avoid conflicting with musl Jon Mason
  0 siblings, 2 replies; 4+ messages in thread
From: Ross Burton @ 2021-01-12 11:09 UTC (permalink / raw)
  To: meta-arm

The armgcc fragment was labelled 'libc', which means it would be
impossible to armgcc+musl.

Change-Id: I96f1d6e1a77bcd05fe373315f575c57c36417852
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 kas/armgcc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kas/armgcc.yml b/kas/armgcc.yml
index 52b09b0..4e05f5e 100644
--- a/kas/armgcc.yml
+++ b/kas/armgcc.yml
@@ -2,5 +2,5 @@ header:
   version: 9
 
 local_conf_header:
-  libc: |
+  cc: |
     GCCVERSION = "arm-10.2"
-- 
2.25.1


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

end of thread, other threads:[~2021-01-14 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-12 11:09 [PATCH 1/2] kas: rename armgcc fragment to avoid conflicting with musl Ross Burton
2021-01-12 11:09 ` [PATCH 2/2] kas: add a test for the external toolchain support Ross Burton
2021-01-12 11:37   ` [meta-arm] " Sumit Garg
2021-01-14 19:22 ` [meta-arm] [PATCH 1/2] kas: rename armgcc fragment to avoid conflicting with musl Jon Mason

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.