diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-03 04:36:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:29:59 +0000 |
commit | 9e5222c532a5232a8971f3beecb7100b35ea6537 (patch) | |
tree | bd757a5258fc0e8383c215f4bdf2c5513636cd25 /meta/recipes-devtools | |
parent | 281bd41d0bb396552406521cad9b85b2c91f8836 (diff) | |
download | poky-9e5222c532a5232a8971f3beecb7100b35ea6537.tar.gz |
gcc: Assume libssp and dl_iterate_phdr on musl
gcc configure fails to set these settings correctly
on musl based builds
(From OE-Core rev: f1cdd7bf1d9351005867b5c77c05fdddfc9656fd)
Signed-off-by: Khem Raj <raj.khem@gmail.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')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-5.3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc index e12bfad1e3..83e061f44f 100644 --- a/meta/recipes-devtools/gcc/gcc-5.3.inc +++ b/meta/recipes-devtools/gcc/gcc-5.3.inc | |||
@@ -123,6 +123,7 @@ EXTRA_OECONF_INITIAL = "\ | |||
123 | " | 123 | " |
124 | 124 | ||
125 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 125 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
126 | EXTRA_OECONF_append_libc-musl = " gcc_cv_libc_provides_ssp=yes gcc_cv_target_dl_iterate_phdr=yes " | ||
126 | 127 | ||
127 | EXTRA_OECONF_PATHS = "\ | 128 | EXTRA_OECONF_PATHS = "\ |
128 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ | 129 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ |