diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-15 18:25:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:00 +0100 |
commit | f09b074de8cb25914f996fd34a19d8d695cb0f70 (patch) | |
tree | 74dd3859b6fcc6b9dcb87a1f3786e19f6677fb9d /meta/recipes-devtools/gcc/gcc-6.3.inc | |
parent | c1b4bea9a1fe8eb2a22a82fd22af423489e0a8fa (diff) | |
download | poky-f09b074de8cb25914f996fd34a19d8d695cb0f70.tar.gz |
meta: Drop further remnants of uclibc support
uclibc support was removed a while ago and musl works much better. Start to
remove the various overrides and patches related to uclibc which are no longer
needed.
uclibc support in a layer would still be possible. I have strong reasons to
believe nobody is still using uclibc since patches are missing and I doubt
the metadata even parses anymore.
(From OE-Core rev: ec03023d2165b49a52b83bac1ea2f0bfded7b852)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-6.3.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-6.3.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-6.3.inc b/meta/recipes-devtools/gcc/gcc-6.3.inc index 71d0affb89..86b3e9ff19 100644 --- a/meta/recipes-devtools/gcc/gcc-6.3.inc +++ b/meta/recipes-devtools/gcc/gcc-6.3.inc | |||
@@ -32,12 +32,6 @@ BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2" | |||
32 | SRC_URI = "\ | 32 | SRC_URI = "\ |
33 | ${BASEURI} \ | 33 | ${BASEURI} \ |
34 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 34 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |
35 | file://0002-uclibc-conf.patch \ | ||
36 | file://0003-gcc-uclibc-locale-ctype_touplow_t.patch \ | ||
37 | file://0004-uclibc-locale.patch \ | ||
38 | file://0005-uclibc-locale-no__x.patch \ | ||
39 | file://0006-uclibc-locale-wchar_fix.patch \ | ||
40 | file://0007-uclibc-locale-update.patch \ | ||
41 | file://0008-missing-execinfo_h.patch \ | 35 | file://0008-missing-execinfo_h.patch \ |
42 | file://0009-c99-snprintf.patch \ | 36 | file://0009-c99-snprintf.patch \ |
43 | file://0010-gcc-poison-system-directories.patch \ | 37 | file://0010-gcc-poison-system-directories.patch \ |
@@ -128,8 +122,6 @@ EXTRA_OECONF_INITIAL = "\ | |||
128 | gcc_cv_libc_provides_ssp=yes \ | 122 | gcc_cv_libc_provides_ssp=yes \ |
129 | " | 123 | " |
130 | 124 | ||
131 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | ||
132 | |||
133 | EXTRA_OECONF_PATHS = "\ | 125 | EXTRA_OECONF_PATHS = "\ |
134 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ | 126 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ |
135 | --with-sysroot=/not/exist \ | 127 | --with-sysroot=/not/exist \ |