On Thu, Apr 03, 2025 at 11:48:26AM +0000, Nathanial Sloss wrote:
> Module Name:  src
> Committed By: nat
> Date:         Thu Apr  3 11:48:26 UTC 2025
> 
> Modified Files:
>       src/external/gpl3/binutils/dist/gas/config: tc-m68k.c
> 
> Log Message:
> Compiler support for buggy early revision 68LC040s.
> 
> This is the assembler support part of PR mac68k/#13078.
> 
> It makes possible (with userland and programs built with the patched binutils)
> to use fpu eulation flawlessly.
> 
> Enabled by default but can be turned off with the "-mno-lcfix" switch passed 
> to gas(1).

I understand why you made it default-on but now it is extremely hard to turn
it off in local builds (for all of kernel, userland and pkgsrc).

This needs some documentation plus maybe make variable tricks (e.g. in sys.mk)
to help users building localy.

Martin

Reply via email to