All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/5] tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE
Date: Sat, 18 Jan 2020 11:41:21 -0800	[thread overview]
Message-ID: <be3ba655a2780f767ef5f8177be679ca8be37ec1.1579376298.git.raj.khem@gmail.com> (raw)
In-Reply-To: <cover.1579376298.git.raj.khem@gmail.com>

This is same as PPC64 BE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index b4bd4ca63c..e0a07a9375 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -46,6 +46,7 @@ CFLAGS_append_mips = " ${LCL_STOP_SERVICES}"
 CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}"
 CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}"
 CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}"
+CFLAGS_append_powerpc64le = " ${LCL_STOP_SERVICES}"
 CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}"
 
 do_install() {
-- 
2.25.0



  parent reply	other threads:[~2020-01-18 19:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-18 19:41 [PATCH 0/5] Introduce powerpc64 LE architecture support Khem Raj
2020-01-18 19:41 ` [PATCH 1/5] classes, conf, lib: Add support for powerpc64le Khem Raj
2020-01-18 19:41 ` [PATCH 2/5] gcc: Enable 32bit powerpcle at multi-arch " Khem Raj
2020-01-18 19:41 ` [PATCH 3/5] openssl: Add powerpc64 LE support Khem Raj
2020-01-18 19:41 ` Khem Raj [this message]
2020-01-18 19:41 ` [PATCH 5/5] ghostscript: Add powerpc64 LE specific objarch.h Khem Raj

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=be3ba655a2780f767ef5f8177be679ca8be37ec1.1579376298.git.raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.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.