File: i386-gnu-specs

package info (click to toggle)
make-cross 1.7-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 60 kB
  • ctags: 5
  • sloc: sh: 255; makefile: 39
file content (14 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*link:
-m elf_i386 %{shared:-shared}   %{!shared:     %{!static:       %{rdynamic:-export-dynamic}       %{!dynamic-linker:-dynamic-linker /lib/ld.so}}     %{static:-static}}

*lib:
%{shared:-lc} %{!shared: %{mieee-fp:-lieee} %{pg:-lc_p} %{!pg:%{p:-lc_p} %{!p:%{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:
-Di386 -Acpu(i386) -Amachine(i386) -Dunix -Asystem(unix) -DMACH -Asystem(mach) -D__GNU__ -Asystem(gnu)

*cross_compile:
1