Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-20 Thread Kyrylo Tkachov
ford >>> Cc: Tamar Christina ; GCC Patches >> patc...@gcc.gnu.org>; nd ; Richard Earnshaw >>> ; ktkac...@gcc.gnu.org >>> Subject: Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after >>> deprecation >>> >>> >>> >&

RE: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-20 Thread Tamar Christina
> -Original Message- > From: Tamar Christina > Sent: Friday, January 17, 2025 5:07 PM > To: Kyrylo Tkachov ; Richard Sandiford > > Cc: GCC Patches ; nd ; Richard > Earnshaw ; ktkac...@gcc.gnu.org > Subject: RE: [PATCH]AArch64: Drop ILP32 from default elf multi

RE: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Tamar Christina
, 2025 1:22 PM > >>> To: Tamar Christina > >>> Cc: GCC Patches ; nd ; Richard > >>> Earnshaw ; ktkac...@gcc.gnu.org; Richard > >>> Sandiford > >>> Subject: Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after > >>

Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Kyrylo Tkachov
; Richard >>> Earnshaw ; ktkac...@gcc.gnu.org; Richard >>> Sandiford >>> Subject: Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after >>> deprecation >>> >>> >>> >>>> On 17 Jan 2025, at 14:06, Tamar Christina wrote

Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Richard Sandiford
Sent: Friday, January 17, 2025 1:04 PM >> >> To: Tamar Christina >> >> Cc: GCC Patches ; nd ; Richard >> >> Earnshaw ; ktkac...@gcc.gnu.org; Richard >> >> Sandiford >> >> Subject: Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs afte

RE: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Tamar Christina
> -Original Message- > From: Kyrylo Tkachov > Sent: Friday, January 17, 2025 1:22 PM > To: Tamar Christina > Cc: GCC Patches ; nd ; Richard > Earnshaw ; ktkac...@gcc.gnu.org; Richard > Sandiford > Subject: Re: [PATCH]AArch64: Drop ILP32 from default elf multi

Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Kyrylo Tkachov
chard >> Sandiford >> Subject: Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after >> deprecation >> >> >> >>> On 17 Jan 2025, at 13:56, Tamar Christina wrote: >>> >>> Hi All, >>> >>> Following the depreca

RE: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Tamar Christina
> -Original Message- > From: Kyrylo Tkachov > Sent: Friday, January 17, 2025 1:04 PM > To: Tamar Christina > Cc: GCC Patches ; nd ; Richard > Earnshaw ; ktkac...@gcc.gnu.org; Richard > Sandiford > Subject: Re: [PATCH]AArch64: Drop ILP32 from default elf multi

Re: [PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Kyrylo Tkachov
> On 17 Jan 2025, at 13:56, Tamar Christina wrote: > > Hi All, > > Following the deprecation of ILP32 *-elf builds fail now due to -Werror on the > deprecation warning. This is because on embedded builds ILP32 is part of the > default multilib. > > This patch removed it from the default targ

[PATCH]AArch64: Drop ILP32 from default elf multilibs after deprecation

2025-01-17 Thread Tamar Christina
Hi All, Following the deprecation of ILP32 *-elf builds fail now due to -Werror on the deprecation warning. This is because on embedded builds ILP32 is part of the default multilib. This patch removed it from the default target as the build would fail anyway. Cross compiled on aarch64-none-elf