I was trying to compile netsurf with the -m68020-60 flag, but it results in many _math_function_xy multiple definition errors during linking...
This may have multiple reasons, try to copy&paste problematic command from 'make' and add -Wl,-t to it -- you'll see what is actually linked in. This is a good start.
--