mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Jon Ringle <jon@ringle.org>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] glibc: optional install libatomic
Date: Mon, 9 Jul 2018 10:28:16 -0400	[thread overview]
Message-ID: <CAMwGMjznGGXPT-6NUQSo9iFUJARuXrZEPJ5zUU1UFhdC8s3GmQ@mail.gmail.com> (raw)
In-Reply-To: <20180709121834.2673-1-Denis.Osterland@diehl.com>

On Mon, Jul 9, 2018 at 8:19 AM Denis OSTERLAND
<denis.osterland@diehl.com> wrote:
>
> Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com>
> ---
>  rules/glibc.in   | 6 ++++++
>  rules/glibc.make | 4 ++++
>  2 files changed, 10 insertions(+)
>
> diff --git a/rules/glibc.in b/rules/glibc.in
> index bd0f1db91..3e50ef455 100644
> --- a/rules/glibc.in
> +++ b/rules/glibc.in
> @@ -177,6 +177,12 @@ config GLIBC_NSL
>           transport-level interface to networking services like i.E.
>           nis(+)
>
> +config GLIBC_ATOMIC
> +       bool
> +       prompt "Install libatomic"
> +       help
> +         Functions in this library provide implementation of C/C++11 atomic.
> +
>
>  config GLIBC_LDCONFIG
>         bool
> diff --git a/rules/glibc.make b/rules/glibc.make
> index c4de24ab1..1a410b99f 100644
> --- a/rules/glibc.make
> +++ b/rules/glibc.make
> @@ -109,6 +109,10 @@ ifdef PTXCONF_GLIBC_NSL
>         @$(call install_copy_toolchain_lib, glibc, libnsl.so)
>  endif
>
> +ifdef PTXCONF_GLIBC_ATOMIC
> +       @$(call install_copy_toolchain_lib, glibc, libatomic.so)
> +endif
> +

This looks to be handled in rules/gcclibs.{in,make}

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-07-09 14:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-09 12:18 Denis OSTERLAND
2018-07-09 14:28 ` Jon Ringle [this message]
2018-07-24 11:45   ` Denis OSTERLAND

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=CAMwGMjznGGXPT-6NUQSo9iFUJARuXrZEPJ5zUU1UFhdC8s3GmQ@mail.gmail.com \
    --to=jon@ringle.org \
    --cc=ptxdist@pengutronix.de \
    /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