> It looks like crt1.asm unconditionally includes an sh3e opcode (stc > spc,r1) which causes problems trying to build an sh2a-single-only > executable, which falls back to sh2e but doesn't have this sh3e > opcode. Comments?
It's not actually unconditional, but the condition it depends on is set conditionally with a flawed condition. Please try the attached patch.
tmp
Description: Binary data