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

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:54 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 ba69701dac785a220feffd6118718b1c9e733548
Author: Taras Kondratiuk <takondra at cisco.com>
AuthorDate: Fri Feb 2 18:10:43 2018 -0800

    gcc: enable build-id in gcc-cross-initial
    
    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: Taras Kondratiuk <takondra at cisco.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/gcc/gcc-7.3.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-7.3.inc b/meta/recipes-devtools/gcc/gcc-7.3.inc
index c662899..b816f7d 100644
--- a/meta/recipes-devtools/gcc/gcc-7.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-7.3.inc
@@ -120,6 +120,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