aboutsummaryrefslogtreecommitdiffstats
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:20:24 +0000
commit7da04721a620ad741ea50adf116e6b5afd47caa5 (patch)
tree99007abea64c457c48599f2894b16c69f59790e2 /meta/recipes-devtools/gcc/gcc-6.3.inc
parent7e7252108d5e3503888efe0e603b3883fdc793e8 (diff)
downloadopenembedded-core-contrib-7da04721a620ad741ea50adf116e6b5afd47caa5.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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 = "\
file://0045-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch \
file://0046-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch \
file://0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \
+ file://0048-sync-gcc-stddef.h-with-musl.patch \
${BACKPORTS} \
"
BACKPORTS = ""