"ifeq ($(kernel),my1)
MINT = mint_fpu.prg
CPU = 020-60
KERNELDEFS = -DM68030
endif"
My last working compile is from 2011-05-30, but after that date this
option is not qorking anymore, i get a make error at this stage:
1. Give us the command line
2. My guess would be the error is '020-60' + M68030 combination, as '020-60' includes 040/060 CPUs and pmove is 020/030 instruction (which get used just because M68030 is set). If it had worked before, it was a bug in gnu assembler.
--