From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 20 Oct 2021 11:44:20 +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 1md88y-0007Ds-3N for lore@lore.pengutronix.de; Wed, 20 Oct 2021 11:44:20 +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 1md88x-000445-Mp; Wed, 20 Oct 2021 11:44:19 +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 1md84i-0007Z8-0r; Wed, 20 Oct 2021 11:39:56 +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 1md84h-0005W9-EL; Wed, 20 Oct 2021 11:39:55 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1md84h-00GWRd-BW; Wed, 20 Oct 2021 11:39:55 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 20 Oct 2021 11:39:55 +0200 Message-Id: <20211020093955.3937921-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014064936.3991587-1-christian.melki@t2data.com> References: <20211014064936.3991587-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] 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: Christian Melki 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 Thanks, applied as d8c7b6738c0de92b285111428a1905c34c6c62d7. Michael [sent from post-receive hook] On Wed, 20 Oct 2021 11:39:55 +0200, Christian Melki 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 > Message-Id: <20211014064936.3991587-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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