diff options
| -rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb | 5 |
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 | " |
| 32 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11" | 32 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11" |
| 33 | 33 | ||
| 34 | LDFLAGS:append:libc-glibc:x86-64 = " -lgcc" | 34 | # libmpi.so needs symbols like __multf3 and somehow it does not respect --rtlib option passed by clang |
| 35 | LDFLAGS:append:libc-glibc:x86 = " -lgcc" | 35 | LDFLAGS:append:x86-64 = " -lgcc" |
| 36 | LDFLAGS:append:x86 = " -lgcc" | ||
| 36 | 37 | ||
| 37 | inherit autotools gettext pkgconfig | 38 | inherit autotools gettext pkgconfig |
| 38 | 39 | ||
