[oe-commits] [openembedded-core] 04/04: Revert "gcc-cross{, -canadian}: remove --with-linker-hash-style"

git at git.openembedded.org git at git.openembedded.org
Wed May 11 09:35:08 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8ef9136d6eb29bb179538813e0a25d8f747621d4
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon May 9 23:47:21 2016 +0100

    Revert "gcc-cross{, -canadian}: remove --with-linker-hash-style"
    
    This reverts commit c52fd135736edc1289b9c00119f951f7e85a874d.
---
 meta/recipes-devtools/gcc/gcc-4.9.inc | 1 +
 meta/recipes-devtools/gcc/gcc-5.3.inc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
index bb50205..208e092 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.9.inc
@@ -112,6 +112,7 @@ EXTRA_OECONF_BASE = "\
     --disable-bootstrap \
     --disable-libmudflap \
     --with-system-zlib \
+    --with-linker-hash-style=${LINKER_HASH_STYLE} \
     --enable-linker-build-id \
     --with-ppl=no \
     --with-cloog=no \
diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc
index ad56145..118ddb9 100644
--- a/meta/recipes-devtools/gcc/gcc-5.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-5.3.inc
@@ -113,6 +113,7 @@ EXTRA_OECONF_BASE = "\
     --disable-bootstrap \
     --disable-libmudflap \
     --with-system-zlib \
+    --with-linker-hash-style=${LINKER_HASH_STYLE} \
     --enable-linker-build-id \
     --with-ppl=no \
     --with-cloog=no \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list