All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] mpich: Upgrade to 3.4.2
@ 2021-05-31 22:00 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-05-31 22:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Explicitly link with libgcc for __addtf3, __multf3 etc 128bit builtins
on x86_64 as they are not available with compiler-rt and when using
compiler-rt the link would fail

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/mpich/{mpich_3.4.1.bb => mpich_3.4.2.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/mpich/{mpich_3.4.1.bb => mpich_3.4.2.bb} (93%)

diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.4.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb
similarity index 93%
rename from meta-oe/recipes-devtools/mpich/mpich_3.4.1.bb
rename to meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb
index 77e080c8b8..0ee02d685c 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_3.4.1.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bd4d7ab13df98988b1ca2a4e01c8c163"
 
 SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
-SRC_URI[sha256sum] = "8836939804ef6d492bcee7d54abafd6477d2beca247157d92688654d13779727"
+SRC_URI[sha256sum] = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf"
 
 RDEPENDS_${PN} += "bash perl libxml2"
 
@@ -31,6 +31,8 @@ PACKAGECONFIG += " \
 "
 PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11"
 
+LDFLAGS_append_x86-64 = " -lgcc"
+
 inherit autotools gettext pkgconfig
 
 do_configure() {
-- 
2.31.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-31 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 22:00 [meta-oe][PATCH] mpich: Upgrade to 3.4.2 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.