[oe-commits] [openembedded-core] 37/44: gcc-8: enable build-id in gcc-cross-initial

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit f24308c95853bec5cfc9f0794b111c6afecbe768
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Jun 15 11:10:31 2018 +0100

    gcc-8: enable build-id in gcc-cross-initial
    
    Apply patch from Taras Kondratiuk <takondra at cisco.com> to gcc 8.x too.
    
    Normal gcc-cross has build-id feature enabled by default, so most of
    target binaries has build-id. But libc (glibc, musl) doesn't have
    build-id, because it is built with gcc-cross-initial.
    
    Build-id is a useful feature, so enable it for gcc-cross-initial too.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/gcc-8.1.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-8.1.inc b/meta/recipes-devtools/gcc/gcc-8.1.inc
index cb0fbd9..73fa267 100644
--- a/meta/recipes-devtools/gcc/gcc-8.1.inc
+++ b/meta/recipes-devtools/gcc/gcc-8.1.inc
@@ -115,6 +115,7 @@ EXTRA_OECONF_INITIAL = "\
     --with-system-zlib \
     --disable-lto \
     --disable-plugin \
+    --enable-linker-build-id \
     --enable-decimal-float=no \
     --without-isl \
     --disable-libssp \

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


More information about the Openembedded-commits mailing list