Hello Miro,For your make command, you 'should' be able to do the following to get gcc exe's to build as you wish, I think...
make CFLAGS='-O2 -m68060' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates'
That will make the C/C++ libs still contain the standard debug stuff, and then all of the executables should be built with -O2 -m68060. Thats from the GCC Installation/Building page.
Keith On Wed, 6 Feb 2008, MiKRO wrote:
By the way, MiKRO, you should first fix your CPU and multilib problems.Of course, I'm not going to play with align stuff until I solve gcc-060 problem. There's probably some CFLAGS I can set and everything will be ok. (something like CFLAGS_ONLY_FOR_GCC_STAGE3_AND_NEVER_FOR_LIBGCC_AND_COMPANY ;-) -- MiKRO / Mystic Bytes http://mikro.atari.org