summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-6.3.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-02-03 14:45:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:22:18 +0000
commitc62908e6a3ecd4d3cde2576f226d669a8299298d (patch)
treea7ade97b13e405543d53da904d647fcc6f626237 /meta/recipes-devtools/gcc/gcc-6.3.inc
parent297c16866097ab82950ac5d3d598e33d5e8fd307 (diff)
downloadpoky-c62908e6a3ecd4d3cde2576f226d669a8299298d.tar.gz
gcc-6: Sync gcc stddef.h with musl stddef.h
GCC provides some of std* headers including stddef.h and it syncs with glibc definitions via __needed* defines to find which datatypes are expected to be defined on top of glibc. we need same for musl. Drop unused 0048-ARM-PR-target-71056-Don-t-use-vectorized-builtins-wh.patch (From OE-Core rev: 7da04721a620ad741ea50adf116e6b5afd47caa5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-6.3.inc b/meta/recipes-devtools/gcc/gcc-6.3.inc
index 0b84597a42..0f1b88bea7 100644
--- a/meta/recipes-devtools/gcc/gcc-6.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-6.3.inc
@@ -78,6 +78,7 @@ SRC_URI = "\
78 file://0045-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch \ 78 file://0045-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch \
79 file://0046-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch \ 79 file://0046-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch \
80 file://0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \ 80 file://0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \
81 file://0048-sync-gcc-stddef.h-with-musl.patch \
81 ${BACKPORTS} \ 82 ${BACKPORTS} \
82" 83"
83BACKPORTS = "" 84BACKPORTS = ""