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
committerKhem Raj <raj.khem@gmail.com>2012-05-20 20:24:36 -0700
commit253f1f3aebd1a90c55efcc6d1f585204e7f3c371 (patch)
treef48b1749f250d22e226fb49c226345fc06f2945b /meta/recipes-devtools/gcc/gcc-4.7.inc
parent2e315d2d0de215811e8caa80b1f13fd0e9fa53e8 (diff)
downloadopenembedded-core-253f1f3aebd1a90c55efcc6d1f585204e7f3c371.tar.gz
gcc-4.6, gcc-4.7: Add support for building mips64 cross compiler
Defaults to n64 ABI Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 \
file://fortran-cross-compile-hack.patch \
file://libgcc-sjlj-check.patch \
file://cpp-honor-sysroot.patch \
+ file://mips64-default-n64.patch \
"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}"