website: manual: refresh qi.html to be reflected on the website
[dragora.git] / patches / gcc / 0011-m68k.patch
blob74a5a98dac0c63be8e129646c02841f7b302689c
1 From cc44e95053140efe41212746882d410052b480a3 Mon Sep 17 00:00:00 2001
2 From: Szabolcs Nagy <nsz@port70.net>
3 Date: Sun, 1 Jul 2018 18:34:01 +0000
4 Subject: [PATCH 11/12] m68k
6 ---
7 gcc/config/m68k/linux.h | 3 +++
8 libgcc/config/m68k/linux-unwind.h | 2 +-
9 2 files changed, 4 insertions(+), 1 deletion(-)
11 diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h
12 index f584d19e179..a3c215550fe 100644
13 --- a/gcc/config/m68k/linux.h
14 +++ b/gcc/config/m68k/linux.h
15 @@ -73,6 +73,9 @@ along with GCC; see the file COPYING3. If not see
17 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
19 +#undef MUSL_DYNAMIC_LINKER
20 +#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-m68k.so.1"
22 #undef LINK_SPEC
23 #define LINK_SPEC "-m m68kelf %{shared} \
24 %{!shared: \
25 diff --git a/libgcc/config/m68k/linux-unwind.h b/libgcc/config/m68k/linux-unwind.h
26 index 395e4b3212a..432b757541c 100644
27 --- a/libgcc/config/m68k/linux-unwind.h
28 +++ b/libgcc/config/m68k/linux-unwind.h
29 @@ -37,7 +37,7 @@ struct uw_ucontext {
30 stack_t uc_stack;
31 mcontext_t uc_mcontext;
32 unsigned long uc_filler[80];
33 - __sigset_t uc_sigmask;
34 + sigset_t uc_sigmask;
37 #define MD_FALLBACK_FRAME_STATE_FOR m68k_fallback_frame_state
38 --
39 2.17.1