From 03ba2d4f86360abbcfed2a7350a93d3b3777f280 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Sep 2010 14:25:22 -0700 Subject: 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 Acked-by: Tom Rini --- recipes/mpfr/mpfr_3.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/mpfr/mpfr_3.0.0.bb') 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" -- cgit v1.2.3