aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.1.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-10 00:22:59 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-10 00:59:31 -0700
commit7f5bcb88a3701b6464cbbd3bed8cc2dab084654f (patch)
tree417b88fcf0020ac95fafa71a2d03cc6922bf1e49 /recipes/gcc/gcc-4.4.1.inc
parentfa20bf824d2cdb62a38e4c8dd585888a78e62f81 (diff)
downloadopenembedded-7f5bcb88a3701b6464cbbd3bed8cc2dab084654f.tar.gz
gcc-4.4.1: Add TARGET_FIX_V4BX_SPEC to LINK_SPEC
* This fixes the issue where --fix-v4bx was not passed to ld when invoked by gcc -march=armv4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.4.1.inc')
-rw-r--r--recipes/gcc/gcc-4.4.1.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc
index 9b47127486..9daff95224 100644
--- a/recipes/gcc/gcc-4.4.1.inc
+++ b/recipes/gcc/gcc-4.4.1.inc
@@ -7,7 +7,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
-INC_PR = "r6"
+INC_PR = "r7"
FILESPATHPKG .= ":gcc-$PV"
@@ -23,6 +23,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc-ppc_single_precision_regs.patch;patch=1 \
file://gcc-ppc_add_d_constraint.patch;patch=1 \
file://gcc-pr41175.patch;patch=1 \
+ file://gcc-armv4-pass-fix-v4bx-to-ld.patch;patch=1 \
"
# Language Overrides
FORTRAN = ""