summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb b/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb
index 3fe32f8c94..1fa916c0e8 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb
@@ -31,8 +31,9 @@ PACKAGECONFIG += " \
31" 31"
32PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11" 32PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11"
33 33
34LDFLAGS:append:libc-glibc:x86-64 = " -lgcc" 34# libmpi.so needs symbols like __multf3 and somehow it does not respect --rtlib option passed by clang
35LDFLAGS:append:libc-glibc:x86 = " -lgcc" 35LDFLAGS:append:x86-64 = " -lgcc"
36LDFLAGS:append:x86 = " -lgcc"
36 37
37inherit autotools gettext pkgconfig 38inherit autotools gettext pkgconfig
38 39