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 00:11:07 +0100 |
commit | d70b9705b7997786bc95cf6e70c172470db3413c (patch) | |
tree | e51dd75b5b9d54c9d590ee2149d50c6b074af0ed /meta/recipes-devtools/gcc/gcc-7.1.inc | |
parent | c5cb3a582531dd1b9c40df5bcaa6f8bf5b451a54 (diff) | |
download | openembedded-core-d70b9705b7997786bc95cf6e70c172470db3413c.tar.gz openembedded-core-d70b9705b7997786bc95cf6e70c172470db3413c.tar.bz2 openembedded-core-d70b9705b7997786bc95cf6e70c172470db3413c.zip |
gcc: Use ucontext_t instead of ucontext
glibc 2.26 does not expose struct ucontext anymore
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-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 = "\ file://0047-sync-gcc-stddef.h-with-musl.patch \ file://0048-gcc-Enable-static-PIE.patch \ file://0049-libsanitizer-Use-stack_t-instead-of-struct-sigaltsta.patch \ + file://0050-replace-struct-ucontext-with-ucontext_t.patch \ ${BACKPORTS} \ " BACKPORTS = "\ |