aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2011-02-10 08:27:10 -0800
committerTom Rini <trini@kernel.crashing.org>2011-09-22 16:55:36 -0700
commit080447d43de6b371e15f45d9ca07dea8650b10e1 (patch)
tree020528e976e618711639cf4cb5023ac3ed3ff4a7 /recipes/gcc
parentcc8d3c437cb9ea5bea4b7686ae7b004549fd1f02 (diff)
downloadopenembedded-080447d43de6b371e15f45d9ca07dea8650b10e1.tar.gz
gcc: Fix broken g77 link
Signed-off-by: Steve Sakoman <steve@sakoman.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-4.5.inc3
-rw-r--r--recipes/gcc/gcc-package-target.inc2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 0effe1a41b..d7f6b4df0e 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -7,7 +7,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp libmpc libelf"
NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
-INC_PR = "r40"
+INC_PR = "r41"
SRCREV = "170880"
PV = "4.5"
@@ -186,6 +186,7 @@ SRC_URI_append_mips64el = " file://mips64-nomultilib.patch "
# Language Overrides
FORTRAN = ""
+FORTRAN_linux-gnueabi = ",fortran"
JAVA = ""
S = "${WORKDIR}/${BRANCH}"
diff --git a/recipes/gcc/gcc-package-target.inc b/recipes/gcc/gcc-package-target.inc
index b2a5fb87bd..cc2b48b0d9 100644
--- a/recipes/gcc/gcc-package-target.inc
+++ b/recipes/gcc/gcc-package-target.inc
@@ -156,7 +156,7 @@ GROUP ( libgcc_s.so.1 libgcc.a )" > ${D}${libdir}/libgcc_s.so
rm -f ${TARGET_ARCH}-*${TARGET_ARCH}-*
# Symlinks so we can use these trivially on the target
- ln -sf ${TARGET_PREFIX}g77 g77 || true
+ ln -sf ${TARGET_PREFIX}gfortran g77 || true
ln -sf ${TARGET_PREFIX}gfortran gfortran || true
ln -sf ${TARGET_PREFIX}g++ g++
ln -sf ${TARGET_PREFIX}gcc gcc