diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-03 14:45:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-05 09:20:24 +0000 |
commit | 7da04721a620ad741ea50adf116e6b5afd47caa5 (patch) | |
tree | 99007abea64c457c48599f2894b16c69f59790e2 /meta/recipes-devtools/gcc/gcc-6.3.inc | |
parent | 7e7252108d5e3503888efe0e603b3883fdc793e8 (diff) | |
download | openembedded-core-7da04721a620ad741ea50adf116e6b5afd47caa5.tar.gz openembedded-core-7da04721a620ad741ea50adf116e6b5afd47caa5.tar.bz2 openembedded-core-7da04721a620ad741ea50adf116e6b5afd47caa5.zip |
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.inc | 1 |
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 = "" |