diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-02 21:37:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-21 09:32:43 +0000 |
commit | 91a1baaf57153a86b7e14318c9d36e1cc38e3077 (patch) | |
tree | 51bb1d2724bbc5d3b98d9412de9cab8fb7b02524 /meta/recipes-devtools | |
parent | c1f9507c69cac8cc28fec837a4bbb070c52a8a39 (diff) | |
download | poky-91a1baaf57153a86b7e14318c9d36e1cc38e3077.tar.gz |
glibc: Upgrade to 2.23
Drop kconfig and options-group support
Forward port cross-localedef support
Assume ssp support in libc when building gcc-initial
(From OE-Core rev: 9c3d461c4d54d684b38ec4c038a1c3c2fb9923f0)
Signed-off-by: Khem Raj <raj.khem@gmail.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc index a2e347adfe..06672995cd 100644 --- a/meta/recipes-devtools/gcc/gcc-5.3.inc +++ b/meta/recipes-devtools/gcc/gcc-5.3.inc | |||
@@ -118,13 +118,13 @@ EXTRA_OECONF_BASE = "\ | |||
118 | EXTRA_OECONF_INITIAL = "\ | 118 | EXTRA_OECONF_INITIAL = "\ |
119 | --disable-libmudflap \ | 119 | --disable-libmudflap \ |
120 | --disable-libgomp \ | 120 | --disable-libgomp \ |
121 | --disable-libssp \ | ||
122 | --disable-libquadmath \ | 121 | --disable-libquadmath \ |
123 | --with-system-zlib \ | 122 | --with-system-zlib \ |
124 | --disable-lto \ | 123 | --disable-lto \ |
125 | --disable-plugin \ | 124 | --disable-plugin \ |
126 | --enable-decimal-float=no \ | 125 | --enable-decimal-float=no \ |
127 | --without-isl \ | 126 | --without-isl \ |
127 | gcc_cv_libc_provides_ssp=yes \ | ||
128 | " | 128 | " |
129 | 129 | ||
130 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 130 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |