summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-04-30 15:55:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-24 08:34:48 +0100
commita0d9e602a778feab2201a0643fb7d555b71017b9 (patch)
tree218ce9d41b8aa350411bc746f1d9ebd1990139ae /meta/recipes-devtools/gcc/gcc-4.7.inc
parente6333825c3482a559a0c0499e17f8f48d3042ddf (diff)
downloadopenembedded-core-a0d9e602a778feab2201a0643fb7d555b71017b9.tar.gz
gcc-4.7: Add knowledge about arm hf dynamic loader
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 efd166c561..0321776ad1 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -65,6 +65,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
file://libgcc-sjlj-check.patch \
file://cpp-honor-sysroot.patch \
file://mips64-default-n64.patch \
+ file://arm-hard-float-loader.patch \
"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}"