From: Richard Purdie Date: Mon, 12 Nov 2007 11:23:01 +0000 (+0000) Subject: gcc: Remove fail-fast host includes patch (breaks sysroot support) X-Git-Tag: 2011-1~10299 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8c1871aabfd2b010152886cb5b48a0be84c2dc80;p=openembedded-core.git gcc: Remove fail-fast host includes patch (breaks sysroot support) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3122 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/gcc/gcc-cross_4.1.1.bb b/meta/packages/gcc/gcc-cross_4.1.1.bb index 819a7bff04..2d6cb19960 100644 --- a/meta/packages/gcc/gcc-cross_4.1.1.bb +++ b/meta/packages/gcc/gcc-cross_4.1.1.bb @@ -15,6 +15,4 @@ require gcc3-build-cross.inc # cross packaging require gcc-package-cross.inc -SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " - EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" diff --git a/meta/packages/gcc/gcc-cross_4.1.2.bb b/meta/packages/gcc/gcc-cross_4.1.2.bb index 03423e175f..3437fceaaf 100644 --- a/meta/packages/gcc/gcc-cross_4.1.2.bb +++ b/meta/packages/gcc/gcc-cross_4.1.2.bb @@ -15,6 +15,4 @@ require gcc3-build-cross.inc # cross packaging require gcc-package-cross.inc -SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " - EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"