aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-10-21 16:51:58 -0400
committerMichael Smith <msmith@cbnco.com>2010-10-22 09:08:17 -0400
commit1e47e9629ed5e0ea7542bea28d7a53c91e2488b5 (patch)
tree0023aef8dfc350253cd0220dbba092bdcbb1f9d9 /recipes/gcc/gcc-4.3.3.inc
parent3f307f24f6e74aa903e0f6479f06392f5460abf3 (diff)
downloadopenembedded-1e47e9629ed5e0ea7542bea28d7a53c91e2488b5.tar.gz
gcc 4.3.3: backport -print-sysroot for libtool
libtoolized configure scripts need this in order to autodetect sysroot path when --with-sysroot is passed. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.3.3.inc')
-rw-r--r--recipes/gcc/gcc-4.3.3.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index 7bee4af0ac..7239f823ec 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r18"
+INC_PR = "r19"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \
@@ -65,6 +65,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://arm-gcc-objective.patch \
file://Makefile.in.patch \
file://Makefile.in.parallel.patch \
+ file://gcc-4.3-backport-print-sysroot.patch \
"
SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "