On 01/07/2013 00:03, Miro Kropáček wrote:
I only add that in case you do want to use 68000 version anyway, you can, there's nothing wrong anymore with mixing 68000 libc.a with a 68030 (either with hard or soft float) app. But of course you have to specify it manually, using -L/-l switches + disable automatic libc linking.
In other words, you can: - compile with -m68030 -msoft-float - link without any CPU option (defaults to -m68000)This means mixing CPU options (which is highly discouraged), but that should do what you expect.
-- Vincent Rivière