From: Koen Kooi Date: Thu, 16 Mar 2006 20:10:35 +0000 (+0000) Subject: gcc-cross 4.1.0: add fix for the mpfr problem, courtesy Philipp Zabel X-Git-Tag: Release-2010-05/1~9453^2~2232^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862d15545c0c5e554f37545093469fa603316dc6;p=openembedded.git gcc-cross 4.1.0: add fix for the mpfr problem, courtesy Philipp Zabel --- diff --git a/packages/gcc/gcc-cross_4.1.0.bb b/packages/gcc/gcc-cross_4.1.0.bb index 6e299e8299..4b0b5a1311 100644 --- a/packages/gcc/gcc-cross_4.1.0.bb +++ b/packages/gcc/gcc-cross_4.1.0.bb @@ -14,3 +14,5 @@ PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" include gcc3-build-cross.inc # cross packaging include gcc-package-cross.inc + +EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}"