From: Khem Raj Date: Wed, 15 Dec 2021 01:56:44 +0000 (-0800) Subject: gcc: Update status of musl stddef.h patch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5670 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c644708798f258d45dbcfa01909626de32710d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc: Update status of musl stddef.h patch This patch has been accepted upstream Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch b/meta/recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch index 86f75d0d51d..fd7d604e988 100644 --- a/meta/recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch +++ b/meta/recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch @@ -6,7 +6,7 @@ Subject: [PATCH] sync gcc stddef.h with musl musl defines ptrdiff_t size_t and wchar_t so dont define them here if musl is definining them -Upstream-Status: Pending +Upstream-Status: Backport [https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=85a438fc78dd12249ca854a3e5c577fefeb1a5cd] Signed-off-by: Khem Raj ---