Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
7u83 |
1 |
+MACHINE "linux-*-80x86"
|
|
|
2 |
+AS "/usr/bin/as -Qy"
|
|
|
3 |
+LD "/usr/bin/ld -m elf_i386"
|
|
|
4 |
+CC "/usr/bin/cc"
|
|
|
5 |
+CRT0 "-dynamic-linker /lib/ld-linux.so.2 /usr/lib/crt1.o"
|
|
|
6 |
+CRT1 "/usr/lib/crti.o /usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/crtbegin.o"
|
|
|
7 |
+CRTN "/usr/lib//gcc-lib/i386-redhat-linux/2.7.2.3crtend.o /usr/lib/crtn.o"
|
|
|
8 |
+SYS_LIB "-ltdf"
|
|
|
9 |
+SYS_LINK "-L-LIBDIR-/sys"
|