diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-06-28 00:28:47 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-11 15:57:08 +0100 |
| commit | fee85d51a8055a8989a94adbc606f8eadf5f585c (patch) | |
| tree | 956f4f3ba68a5d97ad3b342b83f316a0f0c365d9 /meta/recipes-devtools/gcc/gcc-7.1.inc | |
| parent | 8cf90598628039f6912cc44420b29af9c9cec6c3 (diff) | |
| download | poky-fee85d51a8055a8989a94adbc606f8eadf5f585c.tar.gz | |
gcc: Use ucontext_t instead of ucontext
glibc 2.26 does not expose struct ucontext anymore
(From OE-Core rev: d70b9705b7997786bc95cf6e70c172470db3413c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-7.1.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-7.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-7.1.inc b/meta/recipes-devtools/gcc/gcc-7.1.inc index f30a73c31c..3f1c06dafd 100644 --- a/meta/recipes-devtools/gcc/gcc-7.1.inc +++ b/meta/recipes-devtools/gcc/gcc-7.1.inc | |||
| @@ -74,6 +74,7 @@ SRC_URI = "\ | |||
| 74 | file://0047-sync-gcc-stddef.h-with-musl.patch \ | 74 | file://0047-sync-gcc-stddef.h-with-musl.patch \ |
| 75 | file://0048-gcc-Enable-static-PIE.patch \ | 75 | file://0048-gcc-Enable-static-PIE.patch \ |
| 76 | file://0049-libsanitizer-Use-stack_t-instead-of-struct-sigaltsta.patch \ | 76 | file://0049-libsanitizer-Use-stack_t-instead-of-struct-sigaltsta.patch \ |
| 77 | file://0050-replace-struct-ucontext-with-ucontext_t.patch \ | ||
| 77 | ${BACKPORTS} \ | 78 | ${BACKPORTS} \ |
| 78 | " | 79 | " |
| 79 | BACKPORTS = "\ | 80 | BACKPORTS = "\ |
