Subversion Repositories tendra.SVN

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 7
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 -e _start -dc -dp"
4
+CC		"/usr/bin/cc"
4
+CC		"/usr/bin/cc"
-
 
5
+CRT0		""
5
+CRT0		"/usr/lib/crt0.o"
6
+CRT1		"/usr/lib/crt1.o"