summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-04-25 15:35:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-21 09:59:02 +0100
commit6174900a0e949c00c5a683f080b0cae73fdeb10b (patch)
tree35624d2376de83e46d2e5d075504be15e756f593 /meta/recipes-devtools/gcc/gcc-4.7.inc
parentfbfa7b75de31dc46c57a9b3635d75742162e1681 (diff)
downloadpoky-6174900a0e949c00c5a683f080b0cae73fdeb10b.tar.gz
gcc-4.6, gcc-4.7: Add support for building mips64 cross compiler
Defaults to n64 ABI (From OE-Core rev: 253f1f3aebd1a90c55efcc6d1f585204e7f3c371) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 8adeb8dde1..efd166c561 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -64,6 +64,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
64 file://fortran-cross-compile-hack.patch \ 64 file://fortran-cross-compile-hack.patch \
65 file://libgcc-sjlj-check.patch \ 65 file://libgcc-sjlj-check.patch \
66 file://cpp-honor-sysroot.patch \ 66 file://cpp-honor-sysroot.patch \
67 file://mips64-default-n64.patch \
67 " 68 "
68 69
69S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" 70S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}"