aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libelf
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/libelf
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/libelf')
-rw-r--r--recipes/libelf/libelf_0.8.13.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libelf/libelf_0.8.13.bb b/recipes/libelf/libelf_0.8.13.bb
index 27fee38b45..ea19b353e2 100644
--- a/recipes/libelf/libelf_0.8.13.bb
+++ b/recipes/libelf/libelf_0.8.13.bb
@@ -12,6 +12,8 @@ PARALLEL_MAKE = ""
TARGET_CC_ARCH += "${LDFLAGS}"
+EXTRA_OECONF_append_virtclass-native = " --enable-static"
+
do_configure_prepend () {
if test ! -e acinclude.m4; then
cp aclocal.m4 acinclude.m4