summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.1.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-16 20:10:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-16 20:10:35 +0000
commit862d15545c0c5e554f37545093469fa603316dc6 (patch)
treecfe77393cdb175ffa0a71fcc421cc794adfd879b /packages/gcc/gcc-cross_4.1.0.bb
parente157a49f0d3401cfa720e805956288874f0ce925 (diff)
gcc-cross 4.1.0: add fix for the mpfr problem, courtesy Philipp Zabel
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.0.bb')
-rw-r--r--packages/gcc/gcc-cross_4.1.0.bb2
1 files changed, 2 insertions, 0 deletions
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}"