diff options
author | Taras Kondratiuk <takondra@cisco.com> | 2018-02-02 18:10:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 17:56:24 +0100 |
commit | 78ab901b1e2e3de126bfa92ba5c24f8afe9ffe57 (patch) | |
tree | acad395f472da93d7a645abb69d212f9cd7855f6 /meta/recipes-devtools/gcc | |
parent | 0b8d09b2df371859418a8d298ef2d68855d6a5bf (diff) | |
download | poky-78ab901b1e2e3de126bfa92ba5c24f8afe9ffe57.tar.gz |
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.
(From OE-Core rev: ba69701dac785a220feffd6118718b1c9e733548)
Signed-off-by: Taras Kondratiuk <takondra@cisco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-7.3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-7.3.inc b/meta/recipes-devtools/gcc/gcc-7.3.inc index c662899174..b816f7d12f 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 = "\ | |||
120 | --with-system-zlib \ | 120 | --with-system-zlib \ |
121 | --disable-lto \ | 121 | --disable-lto \ |
122 | --disable-plugin \ | 122 | --disable-plugin \ |
123 | --enable-linker-build-id \ | ||
123 | --enable-decimal-float=no \ | 124 | --enable-decimal-float=no \ |
124 | --without-isl \ | 125 | --without-isl \ |
125 | --disable-libssp \ | 126 | --disable-libssp \ |