From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 20 Jul 2021 13:49:31 +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 1m5oFf-0002K2-9y for lore@lore.pengutronix.de; Tue, 20 Jul 2021 13:49:31 +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 1m5oFe-0003nP-IV; Tue, 20 Jul 2021 13:49:30 +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 1m5oEk-00031V-Pp; Tue, 20 Jul 2021 13:48:34 +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 1m5oEk-0002Vj-8j; Tue, 20 Jul 2021 13:48:34 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1m5oEk-00AkwT-84; Tue, 20 Jul 2021 13:48:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 20 Jul 2021 13:48:34 +0200 Message-Id: <20210720114834.2563202-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210708135303.13528-1-christian.melki@t2data.com> References: <20210708135303.13528-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] libffi: Fix location of libraries for multilib toolchains. 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 b589f4670d713f9a69d2f82a6ec2cd9e7d4e8e17. Michael [sent from post-receive hook] On Tue, 20 Jul 2021 13:48:33 +0200, Christian Melki wrote: > libffi uses toolexeclib_LTLIBRARIES. > Change it to lib_LTLIBRARIES. > > Signed-off-by: Christian Melki > Message-Id: <20210708135303.13528-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libffi-3.3/0003-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.3/0003-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > new file mode 100644 > index 000000000000..c47badd5f69c > --- /dev/null > +++ b/patches/libffi-3.3/0003-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > @@ -0,0 +1,24 @@ > +From: Christian Melki > +Date: Thu, 8 Jul 2021 15:41:52 +0200 > +Subject: [PATCH] libffi: Fix location of libraries for multilib toolchains. > + > +Buildroot came to the same solution. > + > +Signed-off-by: Christian Melki > +--- > + Makefile.am | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/Makefile.am b/Makefile.am > +index 4fd6193d9b21..e392009e1354 100644 > +--- a/Makefile.am > ++++ b/Makefile.am > +@@ -34,7 +34,7 @@ MAKEOVERRIDES= > + pkgconfigdir = $(libdir)/pkgconfig > + pkgconfig_DATA = libffi.pc > + > +-toolexeclib_LTLIBRARIES = libffi.la > ++lib_LTLIBRARIES = libffi.la > + noinst_LTLIBRARIES = libffi_convenience.la > + > + libffi_la_SOURCES = src/prep_cif.c src/types.c \ > diff --git a/patches/libffi-3.3/autogen.sh b/patches/libffi-3.3/autogen.sh > new file mode 120000 > index 000000000000..9f8a4cb7ddcb > --- /dev/null > +++ b/patches/libffi-3.3/autogen.sh > @@ -0,0 +1 @@ > +../autogen.sh > \ No newline at end of file > diff --git a/patches/libffi-3.3/series b/patches/libffi-3.3/series > index d90333c03951..83b0b511da13 100644 > --- a/patches/libffi-3.3/series > +++ b/patches/libffi-3.3/series > @@ -2,4 +2,5 @@ > #tag:base --start-number 1 > 0001-Fixed-missed-ifndef-for-__mips_soft_float-442.patch > 0002-powerpc-fix-build-failure-on-power7-and-older-532.patch > -# 8d546ed0993c3fef550e4e9fba36368b - git-ptx-patches magic > +0003-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > +# 9afbef7cf862f28908b007f73dce1db0 - git-ptx-patches magic _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de