mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
refs https://github.com/bebbo/libnix/issues/76: use fpucheck if 68881
This commit is contained in:
parent
fcead08d54
commit
bff87c5459
@ -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}}}}}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user