Subversion Repositories tendra.SVN

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 89
Line 1... Line 1...
1
+MACHINE	"freebsd-*-80x86"
1
+MACHINE	"freebsd-*-80x86"
2
+AS		"/usr/bin/as"
2
+AS		"/usr/bin/as"
3
+LD		"/usr/bin/ld -e _start -dc -dp"
3
+LD		"/usr/bin/ld -eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-dtags -m elf_i386_fbsd"
4
+CC		"/usr/bin/cc"
4
+CC		"/usr/bin/cc"
-
 
5
+CRT0		"/usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o"
5
+CRT0		""
6
+CRT1		""
6
+CRT1		"/usr/lib/crt1.o"
7
+CRTN		"/usr/lib/crtend.o /usr/lib/crtn.o"