diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-5.3.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-5.3.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc index aa011fd03d..4adafd50fe 100644 --- a/meta/recipes-devtools/gcc/gcc-5.3.inc +++ b/meta/recipes-devtools/gcc/gcc-5.3.inc | |||
@@ -85,6 +85,8 @@ SRC_URI = "\ | |||
85 | file://0053-expr.c-PR-target-65358-Avoid-clobbering-partial-argu.patch \ | 85 | file://0053-expr.c-PR-target-65358-Avoid-clobbering-partial-argu.patch \ |
86 | file://0054-support-ffile-prefix-map.patch \ | 86 | file://0054-support-ffile-prefix-map.patch \ |
87 | file://0055-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ | 87 | file://0055-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ |
88 | file://0056-Enable-libc-provide-ssp-and-gcc_cv_target_dl_iterate.patch \ | ||
89 | file://0057-unwind-fix-for-musl.patch \ | ||
88 | " | 90 | " |
89 | 91 | ||
90 | BACKPORTS = "" | 92 | BACKPORTS = "" |
@@ -132,7 +134,6 @@ EXTRA_OECONF_INITIAL = "\ | |||
132 | " | 134 | " |
133 | 135 | ||
134 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 136 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
135 | EXTRA_OECONF_append_libc-musl = " gcc_cv_libc_provides_ssp=yes gcc_cv_target_dl_iterate_phdr=yes " | ||
136 | 137 | ||
137 | EXTRA_OECONF_PATHS = "\ | 138 | EXTRA_OECONF_PATHS = "\ |
138 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ | 139 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ |