From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 15 Oct 2021 16:16:57 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mbO13-0000g3-KB for lore@lore.pengutronix.de; Fri, 15 Oct 2021 16:16:57 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mbO13-0005Zc-3N; Fri, 15 Oct 2021 16:16:57 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mbO0t-0005ZS-Cx; Fri, 15 Oct 2021 16:16:47 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mbO0s-0001AR-NC; Fri, 15 Oct 2021 16:16:46 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mbO0s-009l2z-MM; Fri, 15 Oct 2021 16:16:46 +0200 Date: Fri, 15 Oct 2021 16:16:46 +0200 From: Michael Olbrich To: Christian Melki Message-ID: <20211015141646.GK2239952@pengutronix.de> Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20211014064936.3991587-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211014064936.3991587-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH] gcclibs: .so is a linker script, not a library. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Thu, Oct 14, 2021 at 08:49:36AM +0200, Christian Melki wrote: > .so is afaik a linker script which groups the .a and the .so. It's a linker script, at least on some architectures. > On target (runtime), nothing more than the actual library is needed. True, the .so file is only needed at build-time. > The copying of the linker script was creating a softlink which > was pointing to itself. It's not happening here, so this may depend on the toolchain, but this does not hurt, so I'll apply it. Michael > Signed-off-by: Christian Melki > --- > rules/gcclibs.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/gcclibs.make b/rules/gcclibs.make > index c6c93b4b8..9b95b15d8 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 > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de