Re: [PATCH] MIPS: Fix the GCC version check for `__multi3' workaround
From: Maciej W. Rozycki
Date: Mon Mar 30 2026 - 06:13:37 EST
On Mon, 30 Mar 2026, David Laight wrote:
> Although it might be worth just deleting the version check.
> __multi3 is unconditionally defined for sparc64 and that is a much
> more complex function rather than the pretty trivial mips64 version.
We want to catch invalid usage or we could just link with libgcc.a.
Maciej