diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-12-14 17:56:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-21 12:01:41 +0000 |
commit | 06b027b928e4955f1391f1931e18746be76ff57f (patch) | |
tree | 3e098ca6f9a07f342ae3c2c7c406f794d82a6247 /meta | |
parent | 679cb095f2ec9f90b629521eb9b34ea04f0dc132 (diff) | |
download | poky-06b027b928e4955f1391f1931e18746be76ff57f.tar.gz |
gcc: Update status of musl stddef.h patch
This patch has been accepted upstream
(From OE-Core rev: 4c644708798f258d45dbcfa01909626de32710d4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 86f75d0d51..fd7d604e98 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 | |||
6 | musl defines ptrdiff_t size_t and wchar_t | 6 | musl defines ptrdiff_t size_t and wchar_t |
7 | so dont define them here if musl is definining them | 7 | so dont define them here if musl is definining them |
8 | 8 | ||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Backport [https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=85a438fc78dd12249ca854a3e5c577fefeb1a5cd] |
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |