mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] gcclibs: .so is a linker script, not a library.
Date: Wed, 20 Oct 2021 11:39:55 +0200	[thread overview]
Message-ID: <20211020093955.3937921-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20211014064936.3991587-1-christian.melki@t2data.com>

Thanks, applied as d8c7b6738c0de92b285111428a1905c34c6c62d7.

Michael

[sent from post-receive hook]

On Wed, 20 Oct 2021 11:39:55 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> .so is afaik a linker script which groups the .a and the .so.
> On target (runtime), nothing more than the actual library is needed.
> The copying of the linker script was creating a softlink which
> was pointing to itself.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20211014064936.3991587-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gcclibs.make b/rules/gcclibs.make
> index c6c93b4b8ee6..9b95b15d8011 100644
> --- a/rules/gcclibs.make
> +++ b/rules/gcclibs.make
> @@ -34,7 +34,7 @@ $(STATEDIR)/gcclibs.targetinstall:
>  	@$(call install_fixup, gcclibs,DESCRIPTION,missing)
>  
>  ifdef PTXCONF_GCCLIBS_GCC_S
> -	@$(call install_copy_toolchain_lib, gcclibs, libgcc_s.so)
> +	@$(call install_copy_toolchain_lib, gcclibs, libgcc_s.so.1)
>  endif
>  
>  ifdef PTXCONF_GCCLIBS_CXX

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


      parent reply	other threads:[~2021-10-20  9:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  6:49 [ptxdist] [PATCH] " Christian Melki
2021-10-15 14:16 ` Michael Olbrich
2021-10-20  9:39 ` Michael Olbrich [this message]

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=20211020093955.3937921-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --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