diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-25 15:35:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2012-05-20 20:24:36 -0700 |
commit | 253f1f3aebd1a90c55efcc6d1f585204e7f3c371 (patch) | |
tree | f48b1749f250d22e226fb49c226345fc06f2945b /meta/recipes-devtools/gcc/gcc-4.7.inc | |
parent | 2e315d2d0de215811e8caa80b1f13fd0e9fa53e8 (diff) | |
download | openembedded-core-253f1f3aebd1a90c55efcc6d1f585204e7f3c371.tar.gz openembedded-core-253f1f3aebd1a90c55efcc6d1f585204e7f3c371.tar.bz2 openembedded-core-253f1f3aebd1a90c55efcc6d1f585204e7f3c371.zip |
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.inc | 1 |
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}" |