summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-08-16 15:20:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-28 14:58:51 +0100
commit46ad3b0e2c603ebbd510f59796bf44fcabe70aaa (patch)
tree95b25b0096e62da3293028861e1152b0247c8a2e /meta/recipes-devtools/gcc/gcc-4.6.inc
parent81d9b54d7e6335d7d0aeff3fa6ac083989c2f69d (diff)
downloadpoky-46ad3b0e2c603ebbd510f59796bf44fcabe70aaa.tar.gz
gcc-4.6: Use --with-linker-hash-style configure option
Depending upon what hash style is in use this uses the right flag for setting the hash style type. This fixes the QA errors about missing GNU hash style reported in gcc-runtime build particularly libgcc (From OE-Core rev: f8edd9b872bcf14da037bd0b501ccc8c6fcc79bf) 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.6.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index b7b6a43c8e..eef0ef0991 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -68,6 +68,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
68 file://use-defaults.h-and-t-oe-in-B.patch \ 68 file://use-defaults.h-and-t-oe-in-B.patch \
69 file://powerpc-e5500.patch \ 69 file://powerpc-e5500.patch \
70 file://fix-for-ice-50099.patch \ 70 file://fix-for-ice-50099.patch \
71 file://gcc-with-linker-hash-style.patch \
71 " 72 "
72 73
73SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " 74SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "
@@ -90,6 +91,7 @@ EXTRA_OECONF_BASE = " --enable-lto \
90 --disable-bootstrap \ 91 --disable-bootstrap \
91 --disable-libgomp \ 92 --disable-libgomp \
92 --disable-libmudflap \ 93 --disable-libmudflap \
94 --with-linker-hash-style=${LINKER_HASH_STYLE} \
93 --enable-cheaders=c_global " 95 --enable-cheaders=c_global "
94 96
95EXTRA_OECONF_INITIAL = "--disable-libmudflap \ 97EXTRA_OECONF_INITIAL = "--disable-libmudflap \