diff options
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 \ |