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-7.1.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-7.1.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-7.1.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-7.1.inc b/meta/recipes-devtools/gcc/gcc-7.1.inc index 3df04199a6..4098d6a2c1 100644 --- a/meta/recipes-devtools/gcc/gcc-7.1.inc +++ b/meta/recipes-devtools/gcc/gcc-7.1.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-c99-snprintf.patch \ | 35 | file://0008-c99-snprintf.patch \ |
| 42 | file://0009-gcc-poison-system-directories.patch \ | 36 | file://0009-gcc-poison-system-directories.patch \ |
| 43 | file://0010-gcc-poison-dir-extend.patch \ | 37 | file://0010-gcc-poison-dir-extend.patch \ |
| @@ -124,8 +118,6 @@ EXTRA_OECONF_INITIAL = "\ | |||
| 124 | gcc_cv_libc_provides_ssp=yes \ | 118 | gcc_cv_libc_provides_ssp=yes \ |
| 125 | " | 119 | " |
| 126 | 120 | ||
| 127 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | ||
| 128 | |||
| 129 | EXTRA_OECONF_PATHS = "\ | 121 | EXTRA_OECONF_PATHS = "\ |
| 130 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ | 122 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ |
| 131 | --with-sysroot=/not/exist \ | 123 | --with-sysroot=/not/exist \ |
