aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.4.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-27 15:10:14 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-27 15:41:47 -0700
commitcae75453c10e28db9e21b2dd00a86b631a4af2bd (patch)
tree8761a06e9fe0c17a17705828ada4b22a761c61c1 /recipes/gcc/gcc-4.4.4.inc
parent6cd42a4739cb22ad3b94b3c81a14516a709da5d1 (diff)
downloadopenembedded-cae75453c10e28db9e21b2dd00a86b631a4af2bd.tar.gz
gcc-4.4.4: on PPC/SPE when compiling with -Os gcc needs parts of libgcc.a make that happen
* The existing patch did redefine the SHLIB_MAKE_SOLINK and SHLIB_INSTALL_SOLINK but it was ineffective because the original definitions appeared after it. We needed to rearrange the order * t-slibgcc-libgcc is already there so no need to patch it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.4.4.inc')
-rw-r--r--recipes/gcc/gcc-4.4.4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.4.4.inc b/recipes/gcc/gcc-4.4.4.inc
index 5de1c19d27..51337e1a44 100644
--- a/recipes/gcc/gcc-4.4.4.inc
+++ b/recipes/gcc/gcc-4.4.4.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc444tarbz2 \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \