*link:
-m m68kelf %{shared}   %{!shared:     %{!static:       %{rdynamic:-export-dynamic}       %{!dynamic-linker*:-dynamic-linker /lib/ld.so}}     %{static}}

*lib:
%{!shared: %{mieee-fp:-lieee} %{pg:-lc_p} %{!pg:%{p:-lc_p} %{pthread:-lpthread} 	%{profile:-lc_p} %{!profile: -lc}}  %{bsd:-lbsd-compat}

*startfile:
%{!shared:      %{!static:      %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s}
       %{!p:%{profile:gcrt1.o%s}
       %%{!profile:crt1.o%s}}}}  %{static:crt0.o%s}}  crti.o%s
       %%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}

*predefines:
-Dunix -Dmc68000 -Dmc68020 -Dunix -Asystem(gnu) -Asystem(unix) -Asystem(mach)  -Acpu(m68k) -Amachine(m68k) -D__GNU__  -DMACH


*cross_compile:
1
