diff options
-rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb | 3 |
1 files changed, 2 insertions, 1 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 0ee02d685c..20df3620d0 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb | |||
@@ -31,7 +31,8 @@ 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_x86-64 = " -lgcc" | 34 | LDFLAGS_append_libc-glibc_x86-64 = " -lgcc" |
35 | LDFLAGS_append_libc-glibc_x86 = " -lgcc" | ||
35 | 36 | ||
36 | inherit autotools gettext pkgconfig | 37 | inherit autotools gettext pkgconfig |
37 | 38 | ||