[oe] [PATCH 2/2] gcc 4.3.4: backport -print-sysroot for libtool

Michael Smith msmith at cbnco.com
Thu Oct 21 21:22:01 UTC 2010


libtoolized configure scripts need this in order to autodetect sysroot
path when --with-sysroot is passed.

Signed-off-by: Michael Smith <msmith at cbnco.com>
Cc: Khem Raj <raj.khem at gmail.com>
---
 recipes/gcc/gcc-4.3.4.inc                          |    3 ++-
 .../gcc-4.3-backport-print-sysroot.patch           |    0
 2 files changed, 2 insertions(+), 1 deletions(-)
 copy recipes/gcc/{gcc-4.3.3 => gcc-4.3.4}/gcc-4.3-backport-print-sysroot.patch (100%)

diff --git a/recipes/gcc/gcc-4.3.4.inc b/recipes/gcc/gcc-4.3.4.inc
index 5aef5e5..3f3809c 100644
--- a/recipes/gcc/gcc-4.3.4.inc
+++ b/recipes/gcc/gcc-4.3.4.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
 DEPENDS = "mpfr gmp"
 NATIVEDEPS = "mpfr-native gmp-native"
 
-INC_PR = "r12"
+INC_PR = "r13"
 
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
 	file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \
@@ -62,6 +62,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
 	file://gcc-4.3.x-fix-EXTRA_BUILD.patch \
 	file://gcc-flags-for-build.patch \
 	file://Makefile.in.patch \
+	file://gcc-4.3-backport-print-sysroot.patch \
 "
 
 SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch "
diff --git a/recipes/gcc/gcc-4.3.3/gcc-4.3-backport-print-sysroot.patch b/recipes/gcc/gcc-4.3.4/gcc-4.3-backport-print-sysroot.patch
similarity index 100%
copy from recipes/gcc/gcc-4.3.3/gcc-4.3-backport-print-sysroot.patch
copy to recipes/gcc/gcc-4.3.4/gcc-4.3-backport-print-sysroot.patch
-- 
1.7.0.4





More information about the Openembedded-devel mailing list