diff options
author | leimaohui <leimaohui@fujitsu.com> | 2021-08-22 05:41:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-22 22:21:47 +0100 |
commit | ead52935534d80dd1a14880d67f00a4a287cd71c (patch) | |
tree | ed609c0843e3db25ed1e7ceb5877272a564c1068 /meta | |
parent | c40ce02534cc6964d28451129e32164a0c7c2491 (diff) | |
download | poky-ead52935534d80dd1a14880d67f00a4a287cd71c.tar.gz |
wordsize.h: Fix a miss, this file in arm and aarch64 should be the same.
(From OE-Core rev: f33395253bec55578b02495a098d2558cc58258d)
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch b/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch index 8e011699ef..ece792509e 100644 --- a/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch +++ b/meta/recipes-core/glibc/glibc/0029-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch | |||
@@ -46,14 +46,6 @@ copy to sysdeps/arm/bits/wordsize.h | |||
46 | index 91da566b74..34fcdef1f1 100644 | 46 | index 91da566b74..34fcdef1f1 100644 |
47 | --- a/sysdeps/aarch64/bits/wordsize.h | 47 | --- a/sysdeps/aarch64/bits/wordsize.h |
48 | +++ b/sysdeps/arm/bits/wordsize.h | 48 | +++ b/sysdeps/arm/bits/wordsize.h |
49 | @@ -1,6 +1,6 @@ | ||
50 | /* Determine the wordsize from the preprocessor defines. | ||
51 | |||
52 | - Copyright (C) 2016-2021 Free Software Foundation, Inc. | ||
53 | + Copyright (C) 2016-2020 Free Software Foundation, Inc. | ||
54 | This file is part of the GNU C Library. | ||
55 | |||
56 | The GNU C Library is free software; you can redistribute it and/or | ||
57 | @@ -17,12 +17,16 @@ | 49 | @@ -17,12 +17,16 @@ |
58 | License along with the GNU C Library; if not, see | 50 | License along with the GNU C Library; if not, see |
59 | <https://www.gnu.org/licenses/>. */ | 51 | <https://www.gnu.org/licenses/>. */ |