Are you sure that switch is actually doing anything? I can't find 9.3.1 available on Thorsten's site any more, but the 9.5 version I've just downloaded doesn't include an m68030 library, just the 000 (default), the m68020-60 version and the coldfire (m5475) version.sunaiac wrote: 29 Jun 2023 21:06 I have been using Thorsten's 9.3.1 lately for my project (with those options: m68k-atari-mint-gcc-9.3.1.exe -Iincludes -Wall -Wextra -pedantic -Ofast -fomit-frame-pointer -m68030 -fno-common -std=c99) and it does not require an FPU apparently.
I suspect -m68030 is just linking to the 68000 library.
Code: Select all
$ ls -F usr/lib64/gcc/m68k-atari-mint/9/
cc1* include/ libgcc.a libssp_nonshared.a lto-wrapper* mshort/
cc1plus* include-fixed/ libgcov.a libstdc++.a m5475/
collect2* install-tools/ libssp.a libsupc++.a m68020-60/

