Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
6 |
7u83 |
1 |
+MACHINE "dragonfly-*-80x86"
|
|
|
2 |
+AS "/usr/bin/as"
|
|
|
3 |
+LD "/usr/bin/ld"
|
|
|
4 |
+FLAG_LD "-e _start -dc -dp --dynamic-linker /usr/libexec/ld-elf.so.1"
|
|
|
5 |
+CC "/usr/bin/cc"
|
|
|
6 |
+CRT0 ""
|
|
|
7 |
+CRT1 "/usr/lib/crt1.o"
|