Hello Miro, This should be the structure of what you want: make CFLAGS='-O' LIBCFLAGS='-g -O2' \ LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap This is from : http://gcc.gnu.org/install/build.html So, for CFLAGS you could do the -m68060 -O2 (etc) for the bins. Keith On Sat, 19 Jan 2008, MiKRO wrote:
- build & install full gcc4 (no --disable-multilib)heh, I forgot little detail here and that is adding of "-m68060" to build process :))) (so I woke up and what I see -- stage3 with... 68000 optimization, damn it). do you have any idea to which CFLAGS/CXXFLAGS I should add it? I can't use just global make CFLAGS+=-m68060 since libstdc++ & co has to be compiled for 68000, 68020-60 etc... -- MiKRO / Mystic Bytes http://mikro.atari.org