aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-20 14:25:22 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-21 13:46:03 -0700
commit03ba2d4f86360abbcfed2a7350a93d3b3777f280 (patch)
tree7c15feaefd312f03d1172323f702cb5162341c7d /recipes/mpfr
parent9aad9078dc77425b83aa051d89062f52e2f000b8 (diff)
downloadopenembedded-03ba2d4f86360abbcfed2a7350a93d3b3777f280.tar.gz
gcc-cross,gcc-cross-sdk: Link libmpfr, libgmp, libmpc and libelf statically into gcc
* Generate static version of these libraries Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/mpfr')
-rw-r--r--recipes/mpfr/mpfr_3.0.0.bb2
-rw-r--r--recipes/mpfr/mpfr_svn.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr_3.0.0.bb b/recipes/mpfr/mpfr_3.0.0.bb
index 97f4970f08..0dacb1eefb 100644
--- a/recipes/mpfr/mpfr_3.0.0.bb
+++ b/recipes/mpfr/mpfr_3.0.0.bb
@@ -11,5 +11,7 @@ SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
# fix build in thumb mode for armv4t
SRC_URI_append_thumb = " file://long-long-thumb.patch"
+EXTRA_OECONF_append_virtclass-native = " --enable-static"
+
SRC_URI[md5sum] = "f45bac3584922c8004a10060ab1a8f9f"
SRC_URI[sha256sum] = "8f4e5f9c53536cb798a30455ac429b1f9fc75a0f8af32d6e0ac31ebf1024821f"
diff --git a/recipes/mpfr/mpfr_svn.bb b/recipes/mpfr/mpfr_svn.bb
index c1695b42de..da58b372d3 100644
--- a/recipes/mpfr/mpfr_svn.bb
+++ b/recipes/mpfr/mpfr_svn.bb
@@ -6,3 +6,5 @@ PR = "${INC_PR}.0"
SRC_URI = "svn://scm.gforge.inria.fr/svn/mpfr;module=trunk"
S = "${WORKDIR}/trunk"
+
+EXTRA_OECONF_append_virtclass-native = " --enable-static"