File: m68k-gnu-specs

package info (click to toggle)
gcc-m68k-gnu 1.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 52 kB
  • ctags: 5
  • sloc: sh: 247; makefile: 38
file content (18 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*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