aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross_4.4.2.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-02-27 11:45:30 -0700
committerTom Rini <tom_rini@mentor.com>2010-03-04 09:16:17 -0700
commitf38f68c348506605c32b7eaf69c194a802b3c80d (patch)
tree79fc5358e7a551adad5ce494995fb615c5e68a47 /recipes/gcc/gcc-cross_4.4.2.bb
parent43b7b697e8900a5367b52052262b268a52290540 (diff)
downloadopenembedded-f38f68c348506605c32b7eaf69c194a802b3c80d.tar.gz
Pull mpfr/gmp builds into gcc builds
TODO: Apply mpfr/gmp patches in these builds, give the new libs that gcc_svn / gcc-4.5 use the same treatment.
Diffstat (limited to 'recipes/gcc/gcc-cross_4.4.2.bb')
-rw-r--r--recipes/gcc/gcc-cross_4.4.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-cross_4.4.2.bb b/recipes/gcc/gcc-cross_4.4.2.bb
index 11eb29d419..15cbb7c194 100644
--- a/recipes/gcc/gcc-cross_4.4.2.bb
+++ b/recipes/gcc/gcc-cross_4.4.2.bb
@@ -2,10 +2,10 @@ require gcc-${PV}.inc
require gcc-cross4.inc
require gcc-configure-cross.inc
require gcc-package-cross.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
-EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
+EXTRA_OECONF += " --disable-libunwind-exceptions"
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"