All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ross Burton" <ross@burtonini.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 1/2] kas: rename armgcc fragment to avoid conflicting with musl
Date: Tue, 12 Jan 2021 11:09:14 +0000	[thread overview]
Message-ID: <20210112110915.315703-1-ross.burton@arm.com> (raw)

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


             reply	other threads:[~2021-01-12 11:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-12 11:09 Ross Burton [this message]
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

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=20210112110915.315703-1-ross.burton@arm.com \
    --to=ross@burtonini.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /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.