gcc-cross 4.1.0: add fix for the mpfr problem, courtesy Philipp Zabel
authorKoen Kooi <koen@openembedded.org>
Thu, 16 Mar 2006 20:10:35 +0000 (20:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 16 Mar 2006 20:10:35 +0000 (20:10 +0000)
packages/gcc/gcc-cross_4.1.0.bb

index 6e299e8..4b0b5a1 100644 (file)
@@ -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}"