This commit is contained in:
bebbo 2024-05-08 12:16:59 +02:00
parent fcead08d54
commit bff87c5459

View File

@ -375,7 +375,10 @@ if (target_flags & (MASK_RESTORE_A4|MASK_ALWAYS_RESTORE_A4)) \
"%{resident32:nlrcrt0.o%s}" \
"%{!resident32:%{fbaserel32:nlbcrt0.o%s}" \
"%{!fbaserel32:" \
"%{!mcpu=68000:%{!mcpu=68010:-u___cpucheck }} "\
"%{!mcpu=68000:%{!mcpu=68010:"\
"%{!m68881:-u___cpucheck }"\
"%{m68881:-u___fpucheck }"\
"}} "\
"%{resident:nrcrt0.o%s}" \
"%{!resident:%{fbaserel:nbcrt0.o%s}" \
"%{!fbaserel:ncrt0.o%s}}}}}"