This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] m68k: add musl support


On 11/15/19 10:22 AM, Szabolcs Nagy wrote:
> Add the dynamic linker name and fix a type name to use the public name
> instead of the glibc internal name.
> 
> Build tested on m68k-linux-musl and m68k-linux-gnu.
> 
> gcc/ChangeLog:
> 
> 2019-11-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
> 
> 	* config/m68k/linux.h (MUSL_DYNAMIC_LINKER): Define.
This part is clearly fine.

> 
> libgcc/ChangeLog:
> 
> 2019-11-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
> 
> 	* config/m68k/linux-unwind.h (struct uw_ucontext): Use sigset_t instead
> 	of __sigset_t.
Do the linux builds still work after this change?  If so, then this is
fine too.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]